diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-12-10 15:02:12 +0530 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-18 21:14:00 -0500 |
commit | 369cbe1e1ec6e2f0761438e7cef717a78b8905b1 (patch) | |
tree | 9dbe6a8a1da5c6e1bf60c284839f2451ec088005 /board | |
parent | 7ca1b2a210daeb6782de9db11b7b1bec95624446 (diff) | |
download | u-boot-imx-369cbe1e1ec6e2f0761438e7cef717a78b8905b1.zip u-boot-imx-369cbe1e1ec6e2f0761438e7cef717a78b8905b1.tar.gz u-boot-imx-369cbe1e1ec6e2f0761438e7cef717a78b8905b1.tar.bz2 |
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')
-rw-r--r-- | board/ti/am43xx/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c index 51b2576..dcd8cbb 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; } |