summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8349EMDS.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2015-03-17 12:00:45 -0500
committerTom Rini <trini@konsulko.com>2015-03-17 15:21:15 -0400
commitfdfaa29e49a9c34cc1f02cd53f74f374126cf6a8 (patch)
tree3ee8f1d5e431fe29e5bf753be644053f09d88dcd /include/configs/MPC8349EMDS.h
parent8cb2101b90381805c6650fbc2f6e7fa966b3c7e5 (diff)
downloadtalos-obmc-uboot-fdfaa29e49a9c34cc1f02cd53f74f374126cf6a8.tar.gz
talos-obmc-uboot-fdfaa29e49a9c34cc1f02cd53f74f374126cf6a8.zip
mpc83xx: preempt premature board support removal by setting GENERIC_BOARD
Boards that haven't been converted to GENERIC_BOARD does *not* mean they should be removed. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8349EMDS.h')
-rw-r--r--include/configs/MPC8349EMDS.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h
index 6b7d648944..17f230f4a1 100644
--- a/include/configs/MPC8349EMDS.h
+++ b/include/configs/MPC8349EMDS.h
@@ -13,6 +13,9 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
/*
* High Level Configuration Options
*/
OpenPOWER on IntegriCloud