diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-14 14:03:02 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-27 10:23:08 -0600 |
commit | 3c2d75269cb4c94c445be2f77adcbca4add70893 (patch) | |
tree | 91c165e6bcd53cd61212ffd794d04a534edb24c4 | |
parent | b55e04a021ee256aaba118a547f13a4722538623 (diff) | |
download | u-boot-imx-3c2d75269cb4c94c445be2f77adcbca4add70893.zip u-boot-imx-3c2d75269cb4c94c445be2f77adcbca4add70893.tar.gz u-boot-imx-3c2d75269cb4c94c445be2f77adcbca4add70893.tar.bz2 |
rockchip: Drop SPL GPIO support for rk3288
This is not currently used and saves a little over 1KB of SPL image size.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/configs/rk3288_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 8a81397..9d50d83 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -69,7 +69,6 @@ #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" #define CONFIG_SPL_PINCTRL_SUPPORT -#define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_SPL_RAM_SUPPORT #define CONFIG_SPL_DRIVERS_MISC_SUPPORT |