[U-Boot] [PATCH 11/20] rockchip: Drop SPL GPIO support for rk3288

Simon Glass sjg at chromium.org
Sat May 14 22:03:02 CEST 2016


This is not currently used and saves a little over 1KB of SPL image size.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/configs/rk3288_common.h | 1 -
 1 file changed, 1 deletion(-)

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
 
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list