All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/8] wandboard: Convert to generic board
@ 2014-04-22 18:34 Fabio Estevam
  2014-04-22 18:34 ` [U-Boot] [PATCH 2/8] mx53loco: " Fabio Estevam
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Fabio Estevam @ 2014-04-22 18:34 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

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

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 6c74c72..b137d06 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -26,6 +26,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(10 * SZ_1M)
 
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-04-29 15:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 2/8] mx53loco: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 3/8] mx6sabre_common: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 4/8] mx53ard: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 5/8] mx53smd: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 6/8] mx53evk: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 7/8] udoo: " Fabio Estevam
2014-04-22 18:35 ` [U-Boot] [PATCH 8/8] hummingboard: " Fabio Estevam
2014-04-25 13:53 ` [U-Boot] [PATCH 1/8] wandboard: " Stefano Babic
2014-04-28  8:57 ` Stefano Babic
2014-04-29 15:02   ` Fabio Estevam
2014-04-29 15:43     ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.