Signed-off-by: Yoshinori Sato <yo-satoh@sios.com>
config CPU_LITTLE_ENDIAN
def_bool y
-menu "memory map"
config RAMSTART
- hex "RAM start address"
-config RAMEND
- hex "RAM end address"
-config INITIAL_STACK
- hex "Initial stack address"
+ hex
+ default 0x01000000 if RX_QEMU
+
config BOOT_LINK_OFFSET
hex "Link offset of zImage"
-endmenu
+ default 0x00800000
endmenu
#define EXCEPTION_FIXED 0xffffff80
RAMTOP = CONFIG_RAMSTART;
-RAMSIZE = CONFIG_RAMEND - CONFIG_RAMSTART;
-
-#if defined(CONFIG_RX_GDB_SIM)
-/*INPUT(romfs.o)*/
-#endif
jiffies = jiffies_64;
_ebss = .; /* uClinux MTD sucks */
_end = . ;
_ramstart = .;
- . = RAMTOP + RAMSIZE;
_ramend = .;
DISCARDS
}