Skip to content

Commit

Permalink
configs: omap3_logic_somlv: Remove GPIO from SPL
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aford173 authored and trini committed Nov 7, 2019
1 parent 899836c commit 5d44207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/omap3_logic_somlv_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d44207

Please sign in to comment.