[U-Boot] [PATCH 3/3] woodburn: Convert to generic board

Stefano Babic sbabic at denx.de
Thu Mar 5 10:41:17 CET 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/woodburn_common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/woodburn_common.h b/include/configs/woodburn_common.h
index c7a17f7..86fcd14 100644
--- a/include/configs/woodburn_common.h
+++ b/include/configs/woodburn_common.h
@@ -21,6 +21,7 @@
 #define CONFIG_SYS_CACHELINE_SIZE	32
 
 #define CONFIG_DISPLAY_CPUINFO
+#define CONFIG_SYS_GENERIC_BOARD
 
 /* Only in case the value is not present in mach-types.h */
 #ifndef MACH_TYPE_FLEA3
-- 
1.9.1



More information about the U-Boot mailing list