diff options
author | Adam Ford <aford173@gmail.com> | 2019-05-15 08:37:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-18 12:32:02 -0400 |
commit | 66063a7c1388fb724e8671b03c529fb5cda992dd (patch) | |
tree | 2e88b4d21b4c912728a52a9e8f52cea783574829 /configs | |
parent | 27d15611829e9fbe4a396e1ab9d889b40d9d8270 (diff) | |
download | u-boot-66063a7c1388fb724e8671b03c529fb5cda992dd.zip u-boot-66063a7c1388fb724e8671b03c529fb5cda992dd.tar.gz u-boot-66063a7c1388fb724e8671b03c529fb5cda992dd.tar.bz2 |
ARM: omap3_logic/omap35_logic: Enable GPIO in SPL
The MMC controller enabled card detect, so this patch enables
the GPIO driver in SPL to support it.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/omap35_logic_defconfig | 1 | ||||
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig index ea27731..3a529e8 100644 --- a/configs/omap35_logic_defconfig +++ b/configs/omap35_logic_defconfig @@ -4,7 +4,6 @@ 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 diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 446a6d4..0868e33 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -4,7 +4,6 @@ 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 |