diff options
author | Fabio Estevam | 2014-04-22 15:34:58 -0300 |
---|---|---|
committer | Stefano Babic | 2014-04-28 10:45:56 +0200 |
commit | 851f556af09fcff7c7e5c120085bafd4f5719406 (patch) | |
tree | 6791a18747eec89a9f8060a30c16b7516ae30e78 /include/configs/mx53evk.h | |
parent | 5a416df0e10e4b5eab0adec334a2805350d39919 (diff) |
mx53evk: 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>
Diffstat (limited to 'include/configs/mx53evk.h')
-rw-r--r-- | include/configs/mx53evk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 3f0d80ac680..5bbae8cf7d9 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -23,6 +23,8 @@ #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_OF_LIBFDT /* Size of malloc() pool */ |