public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ea20: Convert to generic board
@ 2015-09-01 14:47 Stefano Babic
  2015-09-02 21:58 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Babic @ 2015-09-01 14:47 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: Stefano Babic <sbabic@denx.de>
---
 include/configs/ea20.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/ea20.h b/include/configs/ea20.h
index b9f28a3..3602fe1 100644
--- a/include/configs/ea20.h
+++ b/include/configs/ea20.h
@@ -24,6 +24,8 @@
 #define CONFIG_VIDEO
 #define CONFIG_PREBOOT
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * SoC Configuration
  */
-- 
1.9.1

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

end of thread, other threads:[~2015-09-02 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 14:47 [U-Boot] [PATCH] ea20: Convert to generic board Stefano Babic
2015-09-02 21:58 ` [U-Boot] " Tom Rini

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