commit | 0bb016e809314aa0435e7a550a738e3bbc85c50f | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Mon Mar 20 12:40:29 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 04 20:01:57 2017 -0600 |
tree | ee75aedf52d6e94aacb67342fbfd1a9367b882b7 | |
parent | fdf967cf49a87489397be33cfac338f310ece5e3 [diff] |
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>