From: Masahiro Yamada Date: Tue, 14 Jan 2014 08:26:43 +0000 (+0900) Subject: powerpc: mpc8xx: remove redundant CONFIG_8xx definition X-Git-Tag: v2014.04-rc1~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07344edde209b23b5372981b087e4cd38ff84140;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/arch/powerpc/cpu/mpc8xx/kgdb.S b/arch/powerpc/cpu/mpc8xx/kgdb.S index ac1fe8f..e774d1e 100644 --- a/arch/powerpc/cpu/mpc8xx/kgdb.S +++ b/arch/powerpc/cpu/mpc8xx/kgdb.S @@ -9,8 +9,6 @@ #include #include -#define CONFIG_8xx 1 /* needed for Linux kernel header files */ - #include #include diff --git a/arch/powerpc/cpu/mpc8xx/start.S b/arch/powerpc/cpu/mpc8xx/start.S index 99cafbd..f8aa93d 100644 --- a/arch/powerpc/cpu/mpc8xx/start.S +++ b/arch/powerpc/cpu/mpc8xx/start.S @@ -26,8 +26,6 @@ #include #include -#define CONFIG_8xx 1 /* needed for Linux kernel header files */ - #include #include