summaryrefslogtreecommitdiffstats
path: root/include/mpc8260.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-05-30 17:45:01 +0900
committerTom Rini <trini@ti.com>2014-05-30 14:03:24 -0400
commit49ad566dfa2fa0e1cbf2098aa22aeb8a8539a386 (patch)
tree84411bd6585e7bfc74217ef6e9bbb397e88dc123 /include/mpc8260.h
parent80bae39aa32aeb801ba4fb0a284a958cd553e6f1 (diff)
downloadblackbird-obmc-uboot-49ad566dfa2fa0e1cbf2098aa22aeb8a8539a386.tar.gz
blackbird-obmc-uboot-49ad566dfa2fa0e1cbf2098aa22aeb8a8539a386.zip
powerpc: ep8248: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
Diffstat (limited to 'include/mpc8260.h')
-rw-r--r--include/mpc8260.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mpc8260.h b/include/mpc8260.h
index a8ae278799..9980c74b51 100644
--- a/include/mpc8260.h
+++ b/include/mpc8260.h
@@ -21,10 +21,6 @@
#if defined(CONFIG_MPC8272_FAMILY)
#ifdef CONFIG_MPC8247
#define CPU_ID_STR "MPC8247"
-#elif defined CONFIG_MPC8248
-#define CPU_ID_STR "MPC8248"
-#elif defined CONFIG_MPC8271
-#define CPU_ID_STR "MPC8271"
#else
#define CPU_ID_STR "MPC8272"
#endif
OpenPOWER on IntegriCloud