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 /include/configs | |
parent | 25525ebe3165e9057741da2282d103f39e2221b5 (diff) |
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 'include/configs')
-rw-r--r-- | include/configs/chromebook_jerry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/chromebook_jerry.h b/include/configs/chromebook_jerry.h index 058325c0b4..e29d77695b 100644 --- a/include/configs/chromebook_jerry.h +++ b/include/configs/chromebook_jerry.h @@ -13,5 +13,6 @@ #define CONFIG_SPL_SPI_SUPPORT #define CONFIG_SPL_SPI_FLASH_SUPPORT #define CONFIG_SPL_SPI_LOAD +#define CONFIG_SPI_FLASH_GIGADEVICE #endif |