diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:45:17 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:37 -0700 |
commit | dae594f2105b08ce76aa6b3b02433abb0796be51 (patch) | |
tree | b4245d9043e7cadd9df635c7807ed6dcb3df3240 /include | |
parent | 318922b30fd0f255a72d7ccd7d7fd58dfb5feb2e (diff) | |
download | u-boot-imx-dae594f2105b08ce76aa6b3b02433abb0796be51.zip u-boot-imx-dae594f2105b08ce76aa6b3b02433abb0796be51.tar.gz u-boot-imx-dae594f2105b08ce76aa6b3b02433abb0796be51.tar.bz2 |
rockchip: spl: Support full-speed CPU in SPL
Add a feature which speeds up the CPU to full speed in SPL to minimise
boot time. This is only supported for certain boards (at present only
jerry).
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/chromebook_jerry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/chromebook_jerry.h b/include/configs/chromebook_jerry.h index 6e32f2c..e07d057 100644 --- a/include/configs/chromebook_jerry.h +++ b/include/configs/chromebook_jerry.h @@ -24,4 +24,7 @@ #define CONFIG_KEYBOARD +#define CONFIG_SPL_POWER_SUPPORT +#define CONFIG_SPL_I2C_SUPPORT + #endif |