Re: [U-Boot] [PATCH 2/2] mx51evk: Add generic board support

2014-09-22 Thread Stefano Babic
On 17/09/2014 01:03, Fabio Estevam wrote:
 From: Fabio Estevam fabio.este...@freescale.com
 
 Let's enable CONFIG_SYS_GENERIC_BOARD in order to get rid of warnings related
 to generic board not being supported.
 
 Signed-off-by: Fabio Estevam fabio.este...@freescale.com


Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 2/2] mx51evk: Add generic board support

2014-09-16 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com

Let's enable CONFIG_SYS_GENERIC_BOARD in order to get rid of warnings related
to generic board not being supported.

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

diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index b0d401c..d6e8ec4 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -26,6 +26,7 @@
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
+#define CONFIG_SYS_GENERIC_BOARD
 
 #define CONFIG_OF_LIBFDT
 
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot