summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:43:50 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:35 -0700
commit69a050483e00944e9249eb2ca3394d250df0adc4 (patch)
tree3d65d8d4e4005642557d416426f7ec2d3886069b /include/configs
parent7991809c98bd53a0eda0930f71786b1884b88042 (diff)
downloadblackbird-obmc-uboot-69a050483e00944e9249eb2ca3394d250df0adc4.tar.gz
blackbird-obmc-uboot-69a050483e00944e9249eb2ca3394d250df0adc4.zip
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/configs')
-rw-r--r--include/configs/chromebook_jerry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/chromebook_jerry.h b/include/configs/chromebook_jerry.h
index e29d77695b..78c06afd16 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
OpenPOWER on IntegriCloud