]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "ARM: omap3_logic/omap35_logic: Enable GPIO in SPL"
authorAdam Ford <aford173@gmail.com>
Sun, 3 Nov 2019 23:03:02 +0000 (17:03 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 7 Nov 2019 23:39:18 +0000 (18:39 -0500)
The SPL is too tight, and it cannot start any longer.  To
help reduce the size of SPL, we need to remove some non-critical
features.

This reverts commit 66063a7c1388fb724e8671b03c529fb5cda992dd.

Signed-off-by: Adam Ford <aford173@gmail.com>
configs/omap35_logic_defconfig
configs/omap3_logic_defconfig

index 78fcbaaca25d983942d44ff21d48f162b8a3b946..3c9acd7e41973f471515cd99e758c11cbc8911a0 100644 (file)
@@ -4,6 +4,7 @@ CONFIG_ARM=y
 CONFIG_ARCH_OMAP2PLUS=y
 CONFIG_SYS_TEXT_BASE=0x80100000
 CONFIG_TI_COMMON_CMD_OPTIONS=y
+# CONFIG_SPL_GPIO_SUPPORT is not set
 CONFIG_SYS_MALLOC_F_LEN=0x4000
 CONFIG_TARGET_OMAP3_LOGIC=y
 # CONFIG_SPL_OMAP3_ID_NAND is not set
index 81b57a8f7a0b1aa8032e9b62c1f9669717c91304..51547e71496fe99da6301cb4cb35fd9fd1442b16 100644 (file)
@@ -4,6 +4,7 @@ CONFIG_ARM=y
 CONFIG_ARCH_OMAP2PLUS=y
 CONFIG_SYS_TEXT_BASE=0x80100000
 CONFIG_TI_COMMON_CMD_OPTIONS=y
+# CONFIG_SPL_GPIO_SUPPORT is not set
 CONFIG_SYS_MALLOC_F_LEN=0x4000
 CONFIG_TARGET_OMAP3_LOGIC=y
 # CONFIG_SPL_OMAP3_ID_NAND is not set