summaryrefslogtreecommitdiffstats
path: root/board/ti/am43xx
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-12-10 15:02:12 +0530
committerTom Rini <trini@ti.com>2013-12-18 21:14:00 -0500
commit369cbe1e1ec6e2f0761438e7cef717a78b8905b1 (patch)
tree9dbe6a8a1da5c6e1bf60c284839f2451ec088005 /board/ti/am43xx
parent7ca1b2a210daeb6782de9db11b7b1bec95624446 (diff)
downloadblackbird-obmc-uboot-369cbe1e1ec6e2f0761438e7cef717a78b8905b1.tar.gz
blackbird-obmc-uboot-369cbe1e1ec6e2f0761438e7cef717a78b8905b1.zip
ARM: AM43xx: Adapt to ti_armv7_common.h config file
Use ti_armv7_common.h config file to inclde the common configs. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'board/ti/am43xx')
-rw-r--r--board/ti/am43xx/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c
index 51b257683d..dcd8cbbe2b 100644
--- a/board/ti/am43xx/board.c
+++ b/board/ti/am43xx/board.c
@@ -44,7 +44,7 @@ void sdram_init(void)
int board_init(void)
{
- gd->bd->bi_boot_params = PHYS_DRAM_1 + 0x100;
+ gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
return 0;
}
OpenPOWER on IntegriCloud