Lines Matching +full:0 +full:x2c000000

15  * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB).
18 #define CONFIG_SPL_TEXT_BASE 0x40200000
52 #define MTDIDS_DEFAULT "nand0=omap2-nand.0"
53 #define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:" \
69 "bootdir=/boot\0" \
70 "bootfile=zImage\0" \
71 "usbtty=cdc_acm\0" \
72 "console=ttyO2,115200n8\0" \
73 "mpurate=auto\0" \
74 "optargs=\0" \
75 "vram=12M\0" \
76 "dvimode=1024x768MR-16@60\0" \
77 "defaultdisplay=dvi\0" \
78 "mmcdev=0\0" \
79 "mmcroot=/dev/mmcblk0p2 rw\0" \
80 "mmcrootfstype=ext4 rootwait\0" \
81 "nandroot=ubi0:rootfs ubi.mtd=4\0" \
82 "nandrootfstype=ubifs\0" \
83 "mtdparts=" MTDPARTS_DEFAULT "\0" \
91 "rootfstype=${mmcrootfstype}\0" \
99 "rootfstype=${nandrootfstype}\0" \
100 "loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
102 "source ${loadaddr}\0" \
103 "loadbootenv=load mmc ${mmcdev} ${loadaddr} uEnv.txt\0" \
105 "env import -t ${loadaddr} ${filesize}\0" \
106 "loaduimage=load mmc ${mmcdev} ${loadaddr} uImage\0" \
109 "bootm ${loadaddr}\0" \
110 "loadzimage=load mmc ${mmcdev}:2 ${loadaddr} ${bootdir}/${bootfile}\0" \
111 "loadfdt=load mmc ${mmcdev}:2 ${fdtaddr} ${bootdir}/${fdtfile}\0" \
112 "loadubizimage=ubifsload ${loadaddr} ${bootdir}/${bootfile}\0" \
113 "loadubifdt=ubifsload ${fdtaddr} ${bootdir}/${fdtfile}\0" \
116 "bootz ${loadaddr} - ${fdtaddr}\0" \
121 "fi;\0" \
128 "bootz ${loadaddr} - ${fdtaddr}\0" \
164 0x01F00000) /* 31MB */
175 #define ONENAND_ENV_OFFSET 0x240000 /* environment starts here */
176 #define SMNAND_ENV_OFFSET 0x240000 /* environment starts here */
186 #define CONFIG_SMC911X_BASE 0x2C000000
190 #define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
191 #define CONFIG_SYS_INIT_RAM_SIZE 0x800
211 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
214 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000