Lines Matching +full:0 +full:x1260000
30 #define CONFIG_SYS_SDRAM_BASE 0x30000000
40 * 1MB = 0x100000, 0x100000 = 1024 * 1024
64 #define CONFIG_UPDATEB "updateb=onenand erase 0x0 0x40000;" \
65 " onenand write 0x32008000 0x0 0x40000\0"
71 "onenand erase 0x60000 0x300000;" \
72 "onenand write 0x31008000 0x60000 0x300000\0" \
75 "onenand write 0x32000000 0x1260000 0x8C0000\0" \
77 "onenand read 0x30007FC0 0x60000 0x300000;" \
78 "bootm 0x30007FC0\0" \
83 "run bootk\0" \
87 "run bootk\0" \
88 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
92 "run bootk\0" \
98 "run bootk\0" \
101 " initrd=0x33000000,8M ramdisk=8192\0" \
102 "rootfstype=cramfs\0" \
103 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
104 "meminfo=mem=128M\0" \
105 "nfsroot=/nfsroot/arm\0" \
106 "bootblock=5\0" \
107 "ubiblock=4\0" \
116 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5e00000)
121 #define PHYS_SDRAM_1_SIZE (128 << 20) /* 0x8000000, 128 MB Bank #1 */
123 #define CONFIG_SYS_MONITOR_BASE 0x00000000
131 #if !defined(CONFIG_NAND_SPL) && (CONFIG_SYS_TEXT_BASE >= 0xc0000000)
136 #define CONFIG_SYS_MAPPED_RAM_BASE 0xc0000000
144 #define CONFIG_ENV_SIZE (128 << 10) /* 128KiB, 0x20000 */
145 #define CONFIG_ENV_ADDR (256 << 10) /* 256KiB, 0x40000 */
146 #define CONFIG_ENV_OFFSET (256 << 10) /* 256KiB, 0x40000 */
150 #define CONFIG_SYS_ONENAND_BASE 0xE7100000
152 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)