public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] mx31ads: Convert to generic board
@ 2015-02-23 11:51 Fabio Estevam
  2015-02-23 11:51 ` [U-Boot] [PATCH 2/3] imx31_phycore: " Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Fabio Estevam @ 2015-02-23 11:51 UTC (permalink / raw)
  To: u-boot

Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal
from the project.

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

diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h
index 0f4bd91..bed071f 100644
--- a/include/configs/mx31ads.h
+++ b/include/configs/mx31ads.h
@@ -14,6 +14,8 @@
  /* High Level Configuration Options */
 #define CONFIG_MX31		1		/* This is a mx31 */
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 
-- 
1.9.1

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

end of thread, other threads:[~2015-02-25  0:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23 11:51 [U-Boot] [PATCH 1/3] mx31ads: Convert to generic board Fabio Estevam
2015-02-23 11:51 ` [U-Boot] [PATCH 2/3] imx31_phycore: " Fabio Estevam
2015-02-23 12:57   ` Anatolij Gustschin
2015-02-25  0:05   ` Tom Rini
2015-02-23 11:51 ` [U-Boot] [PATCH 3/3] zmx25: " Fabio Estevam
2015-02-25  0:05   ` Tom Rini
2015-02-23 13:10 ` [U-Boot] [PATCH 1/3] mx31ads: " Anatolij Gustschin
2015-02-25  0:05 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox