]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc: mpc8xx: remove redundant CONFIG_8xx definition
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 14 Jan 2014 08:26:43 +0000 (17:26 +0900)
committerTom Rini <trini@ti.com>
Fri, 24 Jan 2014 21:59:08 +0000 (16:59 -0500)
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>
arch/powerpc/cpu/mpc8xx/kgdb.S
arch/powerpc/cpu/mpc8xx/start.S

index ac1fe8f4e52fcb48cac65a41c6b6dbbafd5cb939..e774d1e70a18e93bbaade4fa3a7ff46a575ecdb9 100644 (file)
@@ -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>
 
index 99cafbd437dc05e3c604d1cb39afa1dc5a6d567d..f8aa93d6118269a012025bcfc146892b92b94da8 100644 (file)
@@ -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>