Lines Matching +full:0 +full:x01f00000
73 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
74 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x2a0000
77 * MLO(SPL) 4 * NAND_BLOCK_SIZE = 512 KiB @ 0x000000
78 * U-Boot 15 * NAND_BLOCK_SIZE = 1920 KiB @ 0x080000
79 * U-Boot environment 2 * NAND_BLOCK_SIZE = 256 KiB @ 0x260000
80 * Kernel 64 * NAND_BLOCK_SIZE = 8 MiB @ 0x2A0000
81 * DTB 4 * NAND_BLOCK_SIZE = 512 KiB @ 0xAA0000
82 * RootFS Remaining Flash Space @ 0xB20000
91 "loadaddr=0x82000000\0" \
92 "console=ttyS2,115200n8\0" \
93 "fdtfile=am3517-evm.dtb\0" \
94 "fdtaddr=0x82C00000\0" \
95 "vram=16M\0" \
96 "bootenv=uEnv.txt\0" \
97 "cmdline=\0" \
98 "optargs=\0" \
99 "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
100 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
101 "mmcdev=0\0" \
102 "mmcpart=1\0" \
103 "mmcroot=/dev/mmcblk0p2 rw\0" \
104 "mmcrootfstype=ext4 rootwait fixrtc\0" \
110 "${cmdline}\0" \
116 "${cmdline}\0" \
117 "loadbootenv=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootenv}\0"\
119 "env import -t ${loadaddr} ${filesize}\0" \
121 "source ${loadaddr}\0" \
122 "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootfile}\0" \
123 "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${fdtfile}\0" \
126 "bootz ${loadaddr} - ${fdtaddr}\0" \
131 "bootm ${loadaddr} - ${fdtaddr}\0" \
166 0x01F00000) /* 31MB */
188 #define CONFIG_ENV_OFFSET 0x260000
189 #define CONFIG_ENV_ADDR 0x260000
193 #define CONFIG_SPL_TEXT_BASE 0x40200000