Skip to content
Snippets Groups Projects
Commit 7f5d0af8 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

wandboard: 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: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 444e4925
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@
#define CONFIG_INITRD_TAG
#define CONFIG_REVISION_TAG
#define CONFIG_SYS_GENERIC_BOARD
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment