]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove obsolete _LINUX_CONFIG_H macro
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 6 Jan 2014 06:39:48 +0000 (15:39 +0900)
committerTom Rini <trini@ti.com>
Fri, 24 Jan 2014 21:59:07 +0000 (16:59 -0500)
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>
22 files changed:
arch/powerpc/cpu/mpc5xx/start.S
arch/powerpc/cpu/mpc5xxx/start.S
arch/powerpc/cpu/mpc824x/start.S
arch/powerpc/cpu/mpc8260/kgdb.S
arch/powerpc/cpu/mpc8260/start.S
arch/powerpc/cpu/mpc83xx/start.S
arch/powerpc/cpu/mpc85xx/release.S
arch/powerpc/cpu/mpc85xx/start.S
arch/powerpc/cpu/mpc8xx/kgdb.S
arch/powerpc/cpu/mpc8xx/start.S
arch/powerpc/cpu/ppc4xx/dcr.S
arch/powerpc/cpu/ppc4xx/kgdb.S
arch/powerpc/cpu/ppc4xx/start.S
board/cray/L1/init.S
board/csb272/init.S
board/csb472/init.S
board/mpl/mip405/init.S
board/mpl/pip405/init.S
board/sc3/init.S
board/w7o/init.S
board/w7o/post1.S
include/common.h

index 92f956db8da07bad3b11d6b4dfe23f8e02d47eca..22fb27418db6b9b49965a6e4ea0768d49403e798 100644 (file)
@@ -20,7 +20,6 @@
 #include <version.h>
 
 #define CONFIG_5xx 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>
index 517b5808fecf00f65091d4d1736cfb0e2d5e6f01..84ab41e931eeee04f5ff24f995b357260097b018 100644 (file)
@@ -15,7 +15,6 @@
 #include <version.h>
 
 #define CONFIG_MPC5xxx 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>
index 6f397a44c663036874669fca7ad785f0a5f01206..b1fb062a08f8db7b9b18a8b54ea033473ac2df06 100644 (file)
@@ -26,8 +26,6 @@
 #include <mpc824x.h>
 #include <version.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index 5a298f9d050b617d07b1bf3e8c021344ef55313c..dd04d6bd6fc2ab9b6a76b840e4568943ea8854d3 100644 (file)
@@ -10,7 +10,6 @@
 #include <version.h>
 
 #define CONFIG_8260 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>
index 1269291c4566a82dbb93e10246b03debe50c87ed..65510fa760f4e6aca044f1a1ade0c7a2a7cbe35b 100644 (file)
@@ -15,7 +15,6 @@
 #include <version.h>
 
 #define CONFIG_8260 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>
index 7f74a50bac225169741a7e34c13d8576d657b21e..36724e5aa5361fa698b7c8191b49a42e693a2284 100644 (file)
@@ -20,7 +20,6 @@
 #include <version.h>
 
 #define CONFIG_83XX    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>
index c15e83b521e613df5d0637c11bb7615b71ae8836..fcfba7ec19d2b5546ce53b2e6b570400a2e54ff8 100644 (file)
@@ -10,8 +10,6 @@
 #include <mpc85xx.h>
 #include <version.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index db84d10c5bf2a9ad695a9a5644df3812f20d1fa8..dbbd8e588c587c4948eb6bd5d5f961d4d3b0b331 100644 (file)
@@ -17,8 +17,6 @@
 #include <mpc85xx.h>
 #include <version.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index ea27d59a6cef3a399edca30361b12cd6f86fb6a3..ac1fe8f4e52fcb48cac65a41c6b6dbbafd5cb939 100644 (file)
@@ -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>
index 9869bbd183ba70c5a55d0489a0ff58fa1d091dcc..99cafbd437dc05e3c604d1cb39afa1dc5a6d567d 100644 (file)
@@ -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>
index 0d99391dfb9cad3b5c78e936a0510ec66d2a5f3b..6b13528c9aac41d2990560bfa7d73ecabe179d8c 100644 (file)
@@ -10,8 +10,6 @@
 
 #include <asm/ppc4xx.h>
 
-#define _LINUX_CONFIG_H 1       /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index dbc4a6c8812dacbe41841e267d7679cdc302c231..f274c5d564dfafc4583817bac6437d91181635de 100644 (file)
@@ -10,7 +10,6 @@
 #include <version.h>
 
 #define CONFIG_405GP 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>
index 38bbc5a9bce5676b25ebeae74a251c16dbea9490..e72c37c75ba011fb4ca76ba3c9312cf099c7ed96 100644 (file)
@@ -31,8 +31,6 @@
 #include <asm/ppc4xx.h>
 #include <version.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index 44c688d1f0436b88f7cc951d529bd2c9b79f2be9..d4723c733f8f7f50aa64e657a4f1fd8adab01af2 100644 (file)
@@ -22,8 +22,6 @@
 /*-----------------------------------------------------------------------------#include <config.h> */
 #include <asm/ppc4xx.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index 5961978c8642b82c86b4aef9e2a22e4eec400c7a..bf1d98680d1226b0c1cc959cf80c8be3713453fa 100644 (file)
@@ -4,8 +4,6 @@
 #include <config.h>
 #include <asm/ppc4xx.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index 1ebc9ead3ae5b762f99ae3aa6603862cd465733e..7383a708b0f0d53ca06f1987aa4e2accfcc2e508 100644 (file)
@@ -4,8 +4,6 @@
 #include <config.h>
 #include <asm/ppc4xx.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index 642f17c35b6494bb21db0281e62ef931e5744f2c..2ea2e29c3b29ed776a15a201ed2a2584595c43a6 100644 (file)
@@ -19,7 +19,6 @@
  *     Bank 6 - not used
  *     Bank 7 - PLD Register
  *-----------------------------------------------------------------------------*/
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
 
 #include <configs/MIP405.h>
 #include <ppc_asm.tmpl>
index 95fed34fcc948580eb937a92eaa403ae34964625..292393ec43e3fed949a8b0a935f5786bf5462a56 100644 (file)
@@ -19,7 +19,6 @@
  *     Bank 6 - used to switch on the 12V for the Multipurpose socket
  *     Bank 7 - Config Register
  *-----------------------------------------------------------------------------*/
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
 
 #include <configs/PIP405.h>
 #include <ppc_asm.tmpl>
index 46323d26884dcb39e7fc1c69bd79ace04f20d772..097aa4a5e74882a91214416f3af5c740df47fa0c 100644 (file)
@@ -4,8 +4,6 @@
 #include <config.h>
 #include <asm/ppc4xx.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index 54eda3299f290a7a8bb9610961ecbd000451cb54..dfde1499569e53c3da588860c004e8dbfc558dc3 100644 (file)
@@ -4,8 +4,6 @@
 #include <config.h>
 #include <asm/ppc4xx.h>
 
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index 7a411a4920c2d66c077da0dad61c9ac560c2f1f3..aae538721245d60187e9833c109ec28ab2b09f9e 100644 (file)
@@ -13,8 +13,6 @@
 #include <config.h>
 #include <asm/ppc4xx.h>
 
-#define _LINUX_CONFIG_H 1       /* avoid reading Linux autoconf.h file  */
-
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
index d49c51464dadb77a5296ef3705112229d75f24a0..d5ebb25390607ce4e830addffbfc46480e1ea285 100644 (file)
@@ -8,9 +8,6 @@
 #ifndef __COMMON_H_
 #define __COMMON_H_    1
 
-#undef _LINUX_CONFIG_H
-#define _LINUX_CONFIG_H 1      /* avoid reading Linux autoconf.h file  */
-
 #ifndef __ASSEMBLY__           /* put C only stuff in this section */
 
 typedef unsigned char          uchar;