summaryrefslogtreecommitdiffstats
path: root/include/configs/taishan.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-01-14 17:24:35 +0900
committerTom Rini <trini@ti.com>2014-01-24 16:59:07 -0500
commit1a0afe1fad4cc1941cae681e6036ea7a576a833e (patch)
tree91c6222536ec8a5de588289aa5b97666f8fb4e1b /include/configs/taishan.h
parentc4928c34b0de43e507f6e7287faff1bf02d8427c (diff)
downloadtalos-obmc-uboot-1a0afe1fad4cc1941cae681e6036ea7a576a833e.tar.gz
talos-obmc-uboot-1a0afe1fad4cc1941cae681e6036ea7a576a833e.zip
powerpc: ppc4xx: remove redundant CONFIG_4xx definition
We do not have to define CONFIG_4xx in board config headers because it is defined in arch/powerpc/cpu/ppc4xx/config.mk. include/configs/JSE.h defines "CONFIG_4x", not "CONFIG_4xx". I believe it is a typo because "CONFIG_4x" is not used at all in other files. So, I also deleted "CONFIG_4x" in include/configs/JSE.h. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/taishan.h')
-rw-r--r--include/configs/taishan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/taishan.h b/include/configs/taishan.h
index 3dbfc6ad1d..3d5c351b1a 100644
--- a/include/configs/taishan.h
+++ b/include/configs/taishan.h
@@ -18,7 +18,6 @@
#define CONFIG_TAISHAN 1 /* Board is taishan */
#define CONFIG_440GX 1 /* Specifc GX support */
#define CONFIG_440 1 /* ... PPC440 family */
-#define CONFIG_4xx 1 /* ... PPC4xx family */
#define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */
#define CONFIG_SYS_TEXT_BASE 0xFFFC0000
OpenPOWER on IntegriCloud