diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:43:50 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:35 -0700 |
commit | 69a050483e00944e9249eb2ca3394d250df0adc4 (patch) | |
tree | 3d65d8d4e4005642557d416426f7ec2d3886069b /include | |
parent | 7991809c98bd53a0eda0930f71786b1884b88042 (diff) |
rockchip: jerry: Drop unused options
To reduce the SPL image size, drop the LED features. Jerry does not have
an LED and we can leave out GPIO support also.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/chromebook_jerry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/chromebook_jerry.h b/include/configs/chromebook_jerry.h index e29d77695be..78c06afd165 100644 --- a/include/configs/chromebook_jerry.h +++ b/include/configs/chromebook_jerry.h @@ -15,4 +15,6 @@ #define CONFIG_SPL_SPI_LOAD #define CONFIG_SPI_FLASH_GIGADEVICE +#undef CONFIG_SPL_GPIO_SUPPORT + #endif |