diff options
Diffstat (limited to 'board/mpl')
-rw-r--r-- | board/mpl/mip405/init.S | 1 | ||||
-rw-r--r-- | board/mpl/pip405/init.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/mpl/mip405/init.S b/board/mpl/mip405/init.S index 642f17c35b6..2ea2e29c3b2 100644 --- a/board/mpl/mip405/init.S +++ b/board/mpl/mip405/init.S @@ -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> diff --git a/board/mpl/pip405/init.S b/board/mpl/pip405/init.S index 95fed34fcc9..292393ec43e 100644 --- a/board/mpl/pip405/init.S +++ b/board/mpl/pip405/init.S @@ -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> |