]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx: Stop using PHYS_DRAM_1 define
authorTom Rini <trini@ti.com>
Fri, 9 Aug 2013 15:22:13 +0000 (11:22 -0400)
committerTom Rini <trini@ti.com>
Thu, 15 Aug 2013 22:38:35 +0000 (18:38 -0400)
commit73feefdc1ab0173f5a3d12ed78f967d6c0664849
tree3120a4965823126d11caab2245341784eac4f48b
parentdd5729a0281eb86fd4fe07701219c4f5e40b3bb9
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>
board/isee/igep0033/board.c
board/phytec/pcm051/board.c
board/ti/am335x/board.c
board/ti/ti814x/evm.c
include/configs/igep0033.h
include/configs/pcm051.h
include/configs/ti814x_evm.h