From 16e41c857ceb4534e8105f5f13d5803584e69590 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 21 Jul 2012 05:02:27 +0000 Subject: dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP This fixes the breakage with SPL on most OMAP boards after the GPIO driver was moved. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Albert Aribaud Cc: U-Boot DM Cc: Tom Rini Acked-by: Tom Rini Signed-off-by: Tom Rini --- include/configs/omap3_overo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/omap3_overo.h') diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index d29b326..15f67fc 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -325,6 +325,7 @@ #define CONFIG_SPL_FAT_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT #define CONFIG_SPL_NAND_SUPPORT +#define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_SPL_POWER_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" -- cgit v1.1