Commit a980d1e46933b2ff96f6a7148755ffc2bfa1cc87

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 851f556af0

udoo: Convert to 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: Fabio Estevam <fabio.estevam@freescale.com>

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

include/configs/udoo.h
... ... @@ -26,6 +26,8 @@
26 26 #define CONFIG_INITRD_TAG
27 27 #define CONFIG_REVISION_TAG
28 28  
  29 +#define CONFIG_SYS_GENERIC_BOARD
  30 +
29 31 /* Size of malloc() pool */
30 32 #define CONFIG_SYS_MALLOC_LEN (2 * SZ_1M)
31 33