summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Lilja <lilja.magnus@gmail.com>2014-08-05 19:03:07 +0200
committerStefano Babic <sbabic@denx.de>2014-08-08 10:29:41 +0200
commitf93f21906e374d46c6abfbdf4eb9cb1ab51b6384 (patch)
treeea5a755f26173630789b14fe89d50a09ced3fc13
parent676ac24e07463630281c21af23808728e1b3ae38 (diff)
downloadblackbird-obmc-uboot-f93f21906e374d46c6abfbdf4eb9cb1ab51b6384.tar.gz
blackbird-obmc-uboot-f93f21906e374d46c6abfbdf4eb9cb1ab51b6384.zip
i.MX31 PDK: Enable generic board for i.MX31 PDK
Enable CONFIG_SYS_GENERIC_BOARD for the i.MX31 PDK board. Tested on actual hardware. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r--include/configs/mx31pdk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index f223788e5e..d80f5da2d5 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -20,6 +20,8 @@
#define CONFIG_ARM1136 /* This is an arm1136 CPU core */
#define CONFIG_MX31 /* in a mx31 */
+#define CONFIG_SYS_GENERIC_BOARD
+
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
OpenPOWER on IntegriCloud