diff mbox

[U-Boot,2/2] mx25pdk: Add generic board support

Message ID 1410876793-9563-2-git-send-email-fabio.estevam@freescale.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam Sept. 16, 2014, 2:13 p.m. UTC
Let's enable CONFIG_SYS_GENERIC_BOARD in order to get rid of warnings related
to generic board support is not in place.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx25pdk.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Sept. 22, 2014, 2:15 p.m. UTC | #1
On 16/09/2014 16:13, Fabio Estevam wrote:
> Let's enable CONFIG_SYS_GENERIC_BOARD in order to get rid of warnings related
> to generic board support is not in place.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index 34199af..c02e29b 100644
--- a/include/configs/mx25pdk.h
+++ b/include/configs/mx25pdk.h
@@ -14,6 +14,7 @@ 
 #define CONFIG_MX25
 #define CONFIG_SYS_TEXT_BASE		0x81200000
 #define CONFIG_MXC_GPIO
+#define CONFIG_SYS_GENERIC_BOARD
 
 #define CONFIG_SYS_TIMER_RATE		32768
 #define CONFIG_SYS_TIMER_COUNTER	\