From 901ce27c6f018992b7dd6c08d3c98cf217cc4c96 Mon Sep 17 00:00:00 2001
From: Tom Rini <trini@ti.com>
Date: Wed, 28 Aug 2013 12:00:18 -0400
Subject: [PATCH] siemens-am33x-common.h: Always build CONFIG_OMAP_GPIO support

The MMC driver relies on this block now.

Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/siemens-am33x-common.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h
index f0bac972fe..5426ee8720 100644
--- a/include/configs/siemens-am33x-common.h
+++ b/include/configs/siemens-am33x-common.h
@@ -447,9 +447,7 @@
 #endif
 #endif
 
-#ifndef CONFIG_SPL_BUILD
 #define CONFIG_OMAP_GPIO
-#endif
 
 /* Watchdog */
 #define CONFIG_HW_WATCHDOG
-- 
2.39.5