summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-05-30 17:45:04 +0900
committerTom Rini <trini@ti.com>2014-05-30 14:03:24 -0400
commit3fe1a8545b55d31a6db2d9e60d962c4f6e048913 (patch)
tree5c399a58e31b9aca8120ab44543303940ebce1c1 /arch
parent7edb1f7b86e31a21253fc89bd2bebf7d20ed36a5 (diff)
downloadblackbird-obmc-uboot-3fe1a8545b55d31a6db2d9e60d962c4f6e048913.tar.gz
blackbird-obmc-uboot-3fe1a8545b55d31a6db2d9e60d962c4f6e048913.zip
powerpc: hiddendragon: 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 'arch')
-rw-r--r--arch/powerpc/include/asm/processor.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index edd7375c18..a5e7a612bf 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -1346,26 +1346,14 @@ void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val);
#if defined(CONFIG_8xx)
#define _machine _MACH_8xx
#define have_of 0
-#elif defined(CONFIG_OAK)
-#define _machine _MACH_oak
-#define have_of 0
#elif defined(CONFIG_WALNUT)
#define _machine _MACH_walnut
#define have_of 0
-#elif defined(CONFIG_APUS)
-#define _machine _MACH_apus
-#define have_of 0
-#elif defined(CONFIG_GEMINI)
-#define _machine _MACH_gemini
-#define have_of 0
#elif defined(CONFIG_MPC8260)
#define _machine _MACH_8260
#define have_of 0
#elif defined(CONFIG_SANDPOINT)
#define _machine _MACH_sandpoint
-#elif defined(CONFIG_HIDDEN_DRAGON)
-#define _machine _MACH_hidden_dragon
-#define have_of 0
#else
#error "Machine not defined correctly"
#endif
OpenPOWER on IntegriCloud