Lines Matching +full:0 +full:x48000000
28 #define GICD_BASE 0xF1010000
29 #define GICC_BASE 0xF1020000
40 #define DRAM_RSV_SIZE 0x08000000
41 #define CONFIG_SYS_SDRAM_BASE (0x40000000 + DRAM_RSV_SIZE)
42 #define CONFIG_SYS_SDRAM_SIZE (0x80000000u - DRAM_RSV_SIZE)
43 #define CONFIG_SYS_LOAD_ADDR 0x58000000
46 #define CONFIG_MAX_MEM_MAPPED (0x80000000u - DRAM_RSV_SIZE)
48 #define CONFIG_SYS_MONITOR_BASE 0x00000000
60 "bootm_size=0x10000000\0"
63 "tftp 0x48080000 Image; " \
64 "tftp 0x48000000 Image-"CONFIG_DEFAULT_FDT_FILE"; " \
65 "booti 0x48080000 - 0x48000000"