[U-Boot] [PATCH] ea20: Convert to generic board
Stefano Babic
sbabic at denx.de
Tue Sep 1 16:47:36 CEST 2015
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to
prevent removal from the project.
Signed-off-by: Stefano Babic <sbabic at 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
More information about the U-Boot
mailing list