summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8349ITX.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/MPC8349ITX.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/MPC8349ITX.h')
-rw-r--r--include/configs/MPC8349ITX.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h
index 398918a940..245712504c 100644
--- a/include/configs/MPC8349ITX.h
+++ b/include/configs/MPC8349ITX.h
@@ -40,6 +40,9 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
#if (CONFIG_SYS_TEXT_BASE == 0xFE000000)
#define CONFIG_SYS_LOWBOOT
#endif
OpenPOWER on IntegriCloud