diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-06 15:39:48 +0900 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2014-01-24 16:59:07 -0500 |
| commit | d937326ffcd6da4c6ba1297a8786cfeaec1812e7 (patch) | |
| tree | 61d1764346adae7f7088c1c9608bb5d839799be6 /arch/powerpc/cpu/mpc8xx | |
| parent | 901d0ea1fc1518f798dc792186bbe47db2e29474 (diff) | |
| download | olio-uboot-2014.01-d937326ffcd6da4c6ba1297a8786cfeaec1812e7.tar.xz olio-uboot-2014.01-d937326ffcd6da4c6ba1297a8786cfeaec1812e7.zip | |
Remove obsolete _LINUX_CONFIG_H macro
Commit 643aae1406c93ddc64fcf8c136b47cdffd9c8ccd
deleted include/linux/config.h but missed to
delete _LINUX_CONFIG_H macro.
It is no longer used at all.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx')
| -rw-r--r-- | arch/powerpc/cpu/mpc8xx/kgdb.S | 1 | ||||
| -rw-r--r-- | arch/powerpc/cpu/mpc8xx/start.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/kgdb.S b/arch/powerpc/cpu/mpc8xx/kgdb.S index ea27d59a6..ac1fe8f4e 100644 --- a/arch/powerpc/cpu/mpc8xx/kgdb.S +++ b/arch/powerpc/cpu/mpc8xx/kgdb.S @@ -10,7 +10,6 @@ #include <version.h> #define CONFIG_8xx 1 /* needed for Linux kernel header files */ -#define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */ #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 9869bbd18..99cafbd43 100644 --- a/arch/powerpc/cpu/mpc8xx/start.S +++ b/arch/powerpc/cpu/mpc8xx/start.S @@ -27,7 +27,6 @@ #include <version.h> #define CONFIG_8xx 1 /* needed for Linux kernel header files */ -#define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */ #include <ppc_asm.tmpl> #include <ppc_defs.h> |