diff options
| author | Masahiro Yamada <[email protected]> | 2014-05-30 17:45:01 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-05-30 14:03:24 -0400 |
| commit | 49ad566dfa2fa0e1cbf2098aa22aeb8a8539a386 (patch) | |
| tree | 84411bd6585e7bfc74217ef6e9bbb397e88dc123 /include/mpc8260.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 <[email protected]>
Cc: Wolfgang Denx <[email protected]>
Diffstat (limited to 'include/mpc8260.h')
| -rw-r--r-- | include/mpc8260.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mpc8260.h b/include/mpc8260.h index a8ae2787991..9980c74b512 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 |
