
9 Jun
2017
9 Jun
'17
2:01 a.m.
If U-Boot is chain-loaded from a previous boot loader we must set up the clocks the way U-Boot wants them. Add code for this. It will do nothing if SPL has already done the job.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
arch/arm/mach-rockchip/rk3288-board.c | 35 +++++++++++++++++++++++++++++++++++ configs/chromebook_jerry_defconfig | 1 + 2 files changed, 36 insertions(+)
Applied to u-boot-dm, thanks!