[U-Boot] [PATCH] ARM: imx6: nitrogen6x: Enable CONFIG_SYS_GENERIC_BOARD

Eric Nelson eric.nelson at boundarydevices.com
Sat Apr 26 01:15:46 CEST 2014


Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
Note that this seems a bit premature until we have some infrastructure
around DTB files in place, but we certainly don't want big hairy 
warning messages on our boards.

Is anyone planning on pulling in at least the pinfunc and .dtsi 
files for i.MX? I'm not sure how much else will be useful in U-Boot.

 include/configs/nitrogen6x.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index f7e7315..895f36f 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -24,6 +24,7 @@
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
+#define CONFIG_SYS_GENERIC_BOARD
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(10 * 1024 * 1024)
-- 
1.9.1



More information about the U-Boot mailing list