commit | f3b6a1daf89d00bfadb1724e7aceae8b6ad413e4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Aug 09 11:22:13 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Thu Aug 15 18:38:35 2013 -0400 |
tree | 3120a4965823126d11caab2245341784eac4f48b | |
parent | 0263a45c3391623fd61188214b325c05289922ec [diff] |
am33xx: Stop using PHYS_DRAM_1 define We defined PHYS_DRAM_1 to 0x80000000 (start of DRAM) and then used this for CONFIG_SYS_SDRAM_BASE. But then we kept on referencing PHYS_DRAM_1 in other places. Change to directly setting CONFIG_SYS_DRAM_BASE and then using that name in code. Signed-off-by: Tom Rini <trini@ti.com>