diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-31 17:57:33 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-09 13:45:34 -0600 |
commit | fe974716326ce2eee4bcac710ce7ec007919845e (patch) | |
tree | e3f3b643dc3fae97f115cd5e65eba66234140afb /configs | |
parent | d3cb46aa8c41e85b07ccf494ca90f3a7fe19373d (diff) | |
download | u-boot-fe974716326ce2eee4bcac710ce7ec007919845e.tar.gz u-boot-fe974716326ce2eee4bcac710ce7ec007919845e.tar.bz2 u-boot-fe974716326ce2eee4bcac710ce7ec007919845e.zip |
rockchip: rk3288: Allow setting up clocks in U-Boot proper
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/chromebook_jerry_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index 6fc0dcc023..bb880585e1 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -10,6 +10,7 @@ CONFIG_SPL_STACK_R_ADDR=0x80000 CONFIG_DEFAULT_DEVICE_TREE="rk3288-veyron-jerry" CONFIG_SILENT_CONSOLE=y # CONFIG_DISPLAY_CPUINFO is not set +CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000 # CONFIG_CMD_IMLS is not set |