summaryrefslogtreecommitdiffstats
path: root/include/configs/mx53smd.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-04-22 15:34:57 -0300
committerStefano Babic <sbabic@denx.de>2014-04-28 10:45:55 +0200
commit5a416df0e10e4b5eab0adec334a2805350d39919 (patch)
treed6705626acf45de4aea7b7275537f7d945d225a1 /include/configs/mx53smd.h
parent4677b1b60509c7881159c963c435cc7ac02d7595 (diff)
downloadtalos-obmc-uboot-5a416df0e10e4b5eab0adec334a2805350d39919.tar.gz
talos-obmc-uboot-5a416df0e10e4b5eab0adec334a2805350d39919.zip
mx53smd: 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/mx53smd.h')
-rw-r--r--include/configs/mx53smd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h
index a04e7c7a3e..3da0ef4bd0 100644
--- a/include/configs/mx53smd.h
+++ b/include/configs/mx53smd.h
@@ -23,6 +23,8 @@
#define CONFIG_INITRD_TAG
#define CONFIG_REVISION_TAG
+#define CONFIG_SYS_GENERIC_BOARD
+
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
OpenPOWER on IntegriCloud