]> git.sur5r.net Git - u-boot/commitdiff
ARM: imx6: nitrogen6x: Enable CONFIG_SYS_GENERIC_BOARD
authorEric Nelson <eric.nelson@boundarydevices.com>
Fri, 25 Apr 2014 23:15:46 +0000 (16:15 -0700)
committerStefano Babic <sbabic@denx.de>
Mon, 28 Apr 2014 09:05:42 +0000 (11:05 +0200)
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
include/configs/nitrogen6x.h

index 5805a037f5e6abe993cb2d11622d7fc310e63693..b2b17ce969d177b3eb3b5f893002bb21117899a1 100644 (file)
@@ -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)