Commit 4677b1b60509c7881159c963c435cc7ac02d7595

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 12be4cbe7c

mx53ard: 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/mx53ard.h
... ... @@ -23,6 +23,8 @@
23 23 #define CONFIG_INITRD_TAG
24 24 #define CONFIG_REVISION_TAG
25 25  
  26 +#define CONFIG_SYS_GENERIC_BOARD
  27 +
26 28 /* Size of malloc() pool */
27 29 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
28 30