Lines Matching +full:0 +full:x48000000
48 #define CONFIG_SYS_TEXT_BASE 0x50000000
49 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x7fff0)
51 #define DRAM_RSV_SIZE 0x08000000
54 #define PHYS_SDRAM_1 (0x40000000 + DRAM_RSV_SIZE)
55 #define PHYS_SDRAM_1_SIZE (0x40000000u - DRAM_RSV_SIZE)
56 #define PHYS_SDRAM_2 0x500000000
57 #define PHYS_SDRAM_2_SIZE 0x40000000u
58 #define PHYS_SDRAM_3 0x600000000
59 #define PHYS_SDRAM_3_SIZE 0x40000000u
60 #define PHYS_SDRAM_4 0x700000000
61 #define PHYS_SDRAM_4_SIZE 0x40000000u
66 #define PHYS_SDRAM_1 (0x40000000 + DRAM_RSV_SIZE)
67 #define PHYS_SDRAM_1_SIZE (0x80000000u - DRAM_RSV_SIZE)
68 #define PHYS_SDRAM_2 0x0600000000
69 #define PHYS_SDRAM_2_SIZE 0x80000000u
73 #define CONFIG_SYS_LOAD_ADDR 0x48080000
77 #define CONFIG_SYS_MONITOR_BASE 0x00000000
89 "fdt_high=0xffffffffffffffff\0" \
90 "initrd_high=0xffffffffffffffff\0"
93 "tftp 0x48080000 Image; " \
94 "tftp 0x48000000 Image-"CONFIG_DEFAULT_FDT_FILE"; " \
95 "booti 0x48080000 - 0x48000000"