summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8308RDB.h
diff options
context:
space:
mode:
authorGerlando Falauto <gerlando.falauto@keymile.com>2012-10-10 22:13:07 +0000
committerKim Phillips <kim.phillips@freescale.com>2012-10-23 15:23:25 -0500
commit8afad91f15880d34c7456159209b26918977c400 (patch)
tree749f2c7110d4c56dea8a31946add84e118d8d7b9 /include/configs/MPC8308RDB.h
parent4b5282de99291c31e0afe4b44e805395fadd7c8f (diff)
downloadtalos-obmc-uboot-8afad91f15880d34c7456159209b26918977c400.tar.gz
talos-obmc-uboot-8afad91f15880d34c7456159209b26918977c400.zip
cleanup: introduce CONFIG_MPC830x
Introduce a new configuration token CONFIG_MPC830x to be shared among mpc8308 and mpc8309. Define it for existing 8308 boards, and refactor existing common code so to make future introduction of 8309 simpler. Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8308RDB.h')
-rw-r--r--include/configs/MPC8308RDB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h
index a1fbece8e8..95a1885ace 100644
--- a/include/configs/MPC8308RDB.h
+++ b/include/configs/MPC8308RDB.h
@@ -30,6 +30,7 @@
*/
#define CONFIG_E300 1 /* E300 family */
#define CONFIG_MPC83xx 1 /* MPC83xx family */
+#define CONFIG_MPC830x 1 /* MPC830x family */
#define CONFIG_MPC8308 1 /* MPC8308 CPU specific */
#define CONFIG_MPC8308RDB 1 /* MPC8308RDB board specific */
OpenPOWER on IntegriCloud