mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
78959d4cbf
There was still a static ram value set in the rk3188-board from the time where we didn't have actual sdram init code. Now the sdram init leaves the ram information in SYS_REG2 and we can decode it similarly to the rk3288. Right now we have two duplicates of that code, which is still ok and doesn't really count as common code yet, but if we get a third copy at some point from a newer soc, we should think about moving that to a more general position. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
rk3036 | ||
rk3188 | ||
rk3288 | ||
rk3328 | ||
rk3399 | ||
Kconfig | ||
Makefile | ||
rk3036-board-spl.c | ||
rk3036-board.c | ||
rk3188-board-spl.c | ||
rk3188-board-tpl.c | ||
rk3188-board.c | ||
rk3288-board-spl.c | ||
rk3288-board.c | ||
rk3399-board-spl.c | ||
rk_timer.c | ||
save_boot_param.S |