]> git.sur5r.net Git - u-boot/commit
rockchip: rk3188: sdram: Set correct sdram base
authorHeiko Stübner <heiko@sntech.de>
Mon, 20 Mar 2017 11:40:29 +0000 (12:40 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:01:57 +0000 (20:01 -0600)
commit3408509f6f71cf5c46c64a34059bf88fdb83e670
treeee75aedf52d6e94aacb67342fbfd1a9367b882b7
parentf46b859bfb1f1cf95721efbc04c22cb27dc70f80
rockchip: rk3188: sdram: Set correct sdram base

Right now we're setting the wrong value of 0 as base in the ram_info struct,
which is obviously wrong for the rk3188. So instead set the correct value
we already have in CONFIG_SYS_SDRAM_BASE.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/rk3188/sdram_rk3188.c