Lines Matching +full:0 +full:x00500000
33 #define CONFIG_SYS_TEXT_BASE 0x21f00000
60 #define CONFIG_SYS_SDRAM_BASE 0x20000000
61 #define CONFIG_SYS_SDRAM_SIZE 0x04000000
68 #define CONFIG_SYS_NAND_BASE 0x40000000
81 #define CONFIG_DM9000_BASE 0x30000000
94 #define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00500000 /* AT91SAM9261_UHP_BASE */
102 #define CONFIG_SYS_LOAD_ADDR 0x22000000 /* load address */
105 #define CONFIG_SYS_MEMTEST_END 0x23e00000
110 #define CONFIG_ENV_OFFSET 0x4200
111 #define CONFIG_ENV_SIZE 0x4200
112 #define CONFIG_ENV_SECT_SIZE 0x210
114 #define CONFIG_BOOTCOMMAND "sf probe 0; " \
115 "sf read 0x22000000 0x84000 0x294000; " \
116 "bootm 0x22000000"
121 #define CONFIG_ENV_OFFSET 0x4200
122 #define CONFIG_ENV_SIZE 0x4200
123 #define CONFIG_ENV_SECT_SIZE 0x210
125 #define CONFIG_BOOTCOMMAND "sf probe 0:3; " \
126 "sf read 0x22000000 0x84000 0x294000; " \
127 "bootm 0x22000000"
132 #define CONFIG_ENV_OFFSET 0x120000
133 #define CONFIG_ENV_OFFSET_REDUND 0x100000
134 #define CONFIG_ENV_SIZE 0x20000 /* 1 sector = 128 kB */
135 #define CONFIG_BOOTCOMMAND "nand read 0x22000000 0x200000 0x300000; bootm"
145 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)