Lines Matching +full:0 +full:x5000000
12 #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + 0x300000)
13 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x5000000)
18 #define CONFIG_SYS_LOAD_ADDR 0x83000000
21 #define CONFIG_SPL_TEXT_BASE 0x00000000
22 #define CONFIG_SPL_MAX_SIZE 0x00010000
23 #define CONFIG_SPL_STACK 0x10016000
24 #define CONFIG_SPL_BSS_START_ADDR 0x90000000
25 #define CONFIG_SPL_BSS_MAX_SIZE 0x00100000
30 "loadaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
31 "bootside=a\0" \
32 "rootfs=rofs-a\0" \
33 "setmmcargs=setenv bootargs ${bootargs} rootwait root=PARTLABEL=${rootfs}\0" \
34 …fs-a; run setmmcargs; ext4load mmc 0:${bootpart} ${loadaddr} fitImage && bootm; echo Error loading…
35 …fs-b; run setmmcargs; ext4load mmc 0:${bootpart} ${loadaddr} fitImage && bootm; echo Error loading…
36 …tmmc=if test \"${bootside}\" = \"b\"; then run bootb; run boota; else run boota; run bootb; fi\0" \
37 "verify=yes\0" \