summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:02 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:02 +0200
commit0cdad3e3370c84896cdd5f18a8d7446ad870941e (patch)
treef79d2771299a8d4d10c95fa6207d3afdd4d187df /cpu/ppc4xx
parentdb17619e355d1428554436079e89e76d67b6ed26 (diff)
downloadbarebox-0cdad3e3370c84896cdd5f18a8d7446ad870941e.tar.gz
barebox-0cdad3e3370c84896cdd5f18a8d7446ad870941e.tar.xz
svn_rev_528
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r--cpu/ppc4xx/dcr.S2
-rw-r--r--cpu/ppc4xx/kgdb.S1
-rw-r--r--cpu/ppc4xx/start.S2
3 files changed, 0 insertions, 5 deletions
diff --git a/cpu/ppc4xx/dcr.S b/cpu/ppc4xx/dcr.S
index 7102364ebd..0b38aec8ca 100644
--- a/cpu/ppc4xx/dcr.S
+++ b/cpu/ppc4xx/dcr.S
@@ -26,8 +26,6 @@
#include <ppc4xx.h>
-#define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */
-
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
diff --git a/cpu/ppc4xx/kgdb.S b/cpu/ppc4xx/kgdb.S
index b5962d2ea6..73c265dbe5 100644
--- a/cpu/ppc4xx/kgdb.S
+++ b/cpu/ppc4xx/kgdb.S
@@ -26,7 +26,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>
diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S
index e93a8138f6..2bc36a0b55 100644
--- a/cpu/ppc4xx/start.S
+++ b/cpu/ppc4xx/start.S
@@ -62,8 +62,6 @@
#include <ppc4xx.h>
#include <version.h>
-#define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */
-
#include <ppc_asm.tmpl>
#include <ppc_defs.h>