diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-05-30 17:45:01 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-30 14:03:24 -0400 |
commit | 49ad566dfa2fa0e1cbf2098aa22aeb8a8539a386 (patch) | |
tree | 84411bd6585e7bfc74217ef6e9bbb397e88dc123 /include/common.h | |
parent | 80bae39aa32aeb801ba4fb0a284a958cd553e6f1 (diff) |
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/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 3473ee50ef7..91dc0f3c100 100644 --- a/include/common.h +++ b/include/common.h @@ -54,8 +54,6 @@ typedef volatile unsigned char vu_char; #include <asm/immap_512x.h> #elif defined(CONFIG_MPC8260) #if defined(CONFIG_MPC8247) \ - || defined(CONFIG_MPC8248) \ - || defined(CONFIG_MPC8271) \ || defined(CONFIG_MPC8272) #define CONFIG_MPC8272_FAMILY 1 #endif |