Commit f7155fa3f09474955dc6c5618ba24389c9e217cb

Authored by Eric Nelson
Committed by Stefano Babic
1 parent 518d225c43

ARM: imx6: nitrogen6x: Enable CONFIG_SYS_GENERIC_BOARD

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/nitrogen6x.h
... ... @@ -24,6 +24,7 @@
24 24 #define CONFIG_SETUP_MEMORY_TAGS
25 25 #define CONFIG_INITRD_TAG
26 26 #define CONFIG_REVISION_TAG
  27 +#define CONFIG_SYS_GENERIC_BOARD
27 28  
28 29 /* Size of malloc() pool */
29 30 #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)