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>
Showing
- board/isee/igep0033/board.c 1 addition, 1 deletionboard/isee/igep0033/board.c
- board/phytec/pcm051/board.c 1 addition, 1 deletionboard/phytec/pcm051/board.c
- board/ti/am335x/board.c 1 addition, 1 deletionboard/ti/am335x/board.c
- board/ti/ti814x/evm.c 1 addition, 1 deletionboard/ti/ti814x/evm.c
- include/configs/igep0033.h 1 addition, 2 deletionsinclude/configs/igep0033.h
- include/configs/pcm051.h 2 additions, 3 deletionsinclude/configs/pcm051.h
- include/configs/ti814x_evm.h 2 additions, 3 deletionsinclude/configs/ti814x_evm.h
Loading
Please register or sign in to comment