Lines Matching +full:0 +full:xd0000
28 #define CONFIG_SYS_I2C_SLAVE 0x0
34 #define CONFIG_ENV_OFFSET 0x7E0000 /* RedBoot config partition in DTS */
72 * 0x4000.4000 - 0x4003.4000 headers space (192KiB)
73 * 0x4000.4030 bin_hdr start address
74 * 0x4003.4000 - 0x4004.7c00 BootROM memory allocations (15KiB)
75 * 0x4007.fffc BootROM stack top
77 * The address space between 0x4007.fffc and 0x400f.fff is not locked in
83 #define CONFIG_SPL_TEXT_BASE 0x40004030
84 #define CONFIG_SPL_MAX_SIZE ((128 << 10) - 0x4030)
86 #define CONFIG_SPL_BSS_START_ADDR (0x40000000 + (128 << 10))
93 #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10))
97 #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x24000
103 #define CONFIG_BOOTCOMMAND "sf read ${loadaddr} 0xd0000 0x700000; bootm"
104 #define CONFIG_LOADADDR 0x80000