summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-01-14 17:26:43 +0900
committerTom Rini <trini@ti.com>2014-01-24 16:59:08 -0500
commit07344edde209b23b5372981b087e4cd38ff84140 (patch)
treec231ee78647261379e627699f95aef2751ba97be /arch
parent53a79fe3a2414072246d54569f80488f56ab3589 (diff)
downloadtalos-obmc-uboot-07344edde209b23b5372981b087e4cd38ff84140.tar.gz
talos-obmc-uboot-07344edde209b23b5372981b087e4cd38ff84140.zip
powerpc: mpc8xx: remove redundant CONFIG_8xx definition
We do not have to define CONFIG_8xx in source files because it is defined in arch/powerpc/cpu/mpc8xx/config.mk Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc8xx/kgdb.S2
-rw-r--r--arch/powerpc/cpu/mpc8xx/start.S2
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/kgdb.S b/arch/powerpc/cpu/mpc8xx/kgdb.S
index ac1fe8f4e5..e774d1e70a 100644
--- a/arch/powerpc/cpu/mpc8xx/kgdb.S
+++ b/arch/powerpc/cpu/mpc8xx/kgdb.S
@@ -9,8 +9,6 @@
#include <mpc8xx.h>
#include <version.h>
-#define CONFIG_8xx 1 /* needed for Linux kernel header files */
-
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
diff --git a/arch/powerpc/cpu/mpc8xx/start.S b/arch/powerpc/cpu/mpc8xx/start.S
index 99cafbd437..f8aa93d611 100644
--- a/arch/powerpc/cpu/mpc8xx/start.S
+++ b/arch/powerpc/cpu/mpc8xx/start.S
@@ -26,8 +26,6 @@
#include <mpc8xx.h>
#include <version.h>
-#define CONFIG_8xx 1 /* needed for Linux kernel header files */
-
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
OpenPOWER on IntegriCloud