summaryrefslogtreecommitdiff
path: root/configs/omap3_logic_somlv_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-11-03 17:15:53 -0600
committerTom Rini <trini@konsulko.com>2019-11-07 18:39:18 -0500
commit5d44207d1740af4639f6a5638dd08bb27652b047 (patch)
tree001ac3cced1989c137f492b8a50623fd8e9b6b82 /configs/omap3_logic_somlv_defconfig
parent899836c3155a5bacefa3e84057e08ad00dc9a143 (diff)
configs: omap3_logic_somlv: Remove GPIO from SPL
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 patch removes SPL_GPIO_SUPPORT to free up some operating space. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/omap3_logic_somlv_defconfig')
-rw-r--r--configs/omap3_logic_somlv_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_somlv_defconfig b/configs/omap3_logic_somlv_defconfig
index 656a2d5cb1..cec5e7ef2e 100644
--- a/configs/omap3_logic_somlv_defconfig
+++ b/configs/omap3_logic_somlv_defconfig
@@ -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