Lines Matching +full:0 +full:xa00000
20 #define CONFIG_SYS_TEXT_BASE 0x40100000
26 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_FSL_OCRAM_BASE + 0xfff0)
27 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000)
29 #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000
30 #define CONFIG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
32 #define CONFIG_SYS_DDR_BLOCK2_BASE 0x880000000ULL
46 #define CONFIG_SYS_FMAN_FW_ADDR 0x400d0000
47 #define CONFIG_ENV_SPI_BUS 0
48 #define CONFIG_ENV_SPI_CS 0
50 #define CONFIG_ENV_SPI_MODE 0x03
56 #define QSPI0_AMBA_BASE 0x40000000
67 #define CONFIG_ENV_SIZE 0x40000 /* 256KB */
68 #define CONFIG_ENV_OFFSET 0x200000 /* 2MB */
69 #define CONFIG_ENV_SECT_SIZE 0x40000
95 "verify=no\0" \
96 "loadaddr=0x80100000\0" \
97 "kernel_addr=0x100000\0" \
98 "fdt_high=0xffffffffffffffff\0" \
99 "initrd_high=0xffffffffffffffff\0" \
100 "kernel_start=0xa00000\0" \
101 "kernel_load=0xa0000000\0" \
102 "kernel_size=0x2800000\0" \
104 #define CONFIG_BOOTCOMMAND "sf probe 0:0; sf read $kernel_load "\