diff options
author | Simon Glass <sjg@chromium.org> | 2015-12-29 05:22:45 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-08 07:59:07 -0700 |
commit | dd8e42900b8a087fb3b97898fb5a42ef2a0597df (patch) | |
tree | 3247ad8735fb1db3652f98e1fa1d803946128c2b /configs | |
parent | 25525ebe3165e9057741da2282d103f39e2221b5 (diff) | |
download | u-boot-imx-dd8e42900b8a087fb3b97898fb5a42ef2a0597df.zip u-boot-imx-dd8e42900b8a087fb3b97898fb5a42ef2a0597df.tar.gz u-boot-imx-dd8e42900b8a087fb3b97898fb5a42ef2a0597df.tar.bz2 |
rockchip: Fix the configuration for chromebook_jerry
Various updates did not make it through to this board. Also the instructions
for building a SPI image are no-longer correct. Fix these so that Jerry can
boot to a prompt again.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/chromebook_jerry_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index da47707..a515d8d 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -27,7 +27,9 @@ CONFIG_RESET=y CONFIG_DM_MMC=y CONFIG_ROCKCHIP_DWMMC=y CONFIG_PINCTRL=y +# CONFIG_PINCTRL_FULL is not set CONFIG_SPL_PINCTRL=y +# CONFIG_SPL_PINCTRL_FULL is not set CONFIG_ROCKCHIP_PINCTRL=y CONFIG_DM_PMIC=y CONFIG_PMIC_ACT8846=y @@ -41,5 +43,7 @@ CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYS_NS16550=y CONFIG_USE_PRIVATE_LIBGCC=y +CONFIG_USE_TINY_PRINTF=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y +CONFIG_ROCKCHIP_SPI=y |