
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 --- include/configs/udoo.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/udoo.h b/include/configs/udoo.h index a0306de..f8f731a 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -25,6 +25,8 @@ #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 (2 * SZ_1M)