Searched refs:MEM_BASE (Results 1 – 2 of 2) sorted by relevance
16 #define MEM_BASE 0x00500000 macro18 #define CONFIG_SYS_LOWMEM_BASE MEM_BASE30 #define CONFIG_SYS_MEMTEST_START MEM_BASE31 #define CONFIG_SYS_MEMTEST_END (MEM_BASE + PHYS_SDRAM_1_SIZE)56 #define CONFIG_SYS_LOAD_ADDR (MEM_BASE)60 #define PHYS_SDRAM_1 (MEM_BASE) /* SDRAM Bank #1 */61 #define PHYS_SDRAM_1_SIZE (0x80000000-MEM_BASE) /* 2048 MB */
98 gd->ram_size -= MEM_BASE; in dram_init()