summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-01-15 10:13:00 +0900
committerTom Rini <trini@ti.com>2014-01-24 16:59:08 -0500
commit4b0065c6442465ebbd80d2e7f960fec9df935f99 (patch)
treeb8f4e7f1c8adf06c6fa59a731dfb65f409b67456 /arch/powerpc
parentbf7aac97262419e991e4187528f2113961fb6ecf (diff)
downloadtalos-obmc-uboot-4b0065c6442465ebbd80d2e7f960fec9df935f99.tar.gz
talos-obmc-uboot-4b0065c6442465ebbd80d2e7f960fec9df935f99.zip
powerpc: mpc5xx: remove redundant CONFIG_5xx definition
We do not have to define CONFIG_5xx in a source file because it is defined in arch/powerpc/cpu/mpc5xx/config.mk. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/cpu/mpc5xx/start.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc5xx/start.S b/arch/powerpc/cpu/mpc5xx/start.S
index 22fb27418d..6b196de355 100644
--- a/arch/powerpc/cpu/mpc5xx/start.S
+++ b/arch/powerpc/cpu/mpc5xx/start.S
@@ -19,8 +19,6 @@
#include <mpc5xx.h>
#include <version.h>
-#define CONFIG_5xx 1 /* needed for Linux kernel header files */
-
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
OpenPOWER on IntegriCloud