summaryrefslogtreecommitdiffstats
path: root/cpu
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
commit29c960f52cc883ed23891b8d61c443f9525f1ee1 (patch)
tree7810c07cf2162f340625b1d2a1f27baf735d0a9b /cpu
parent0cdad3e3370c84896cdd5f18a8d7446ad870941e (diff)
downloadbarebox-29c960f52cc883ed23891b8d61c443f9525f1ee1.tar.gz
barebox-29c960f52cc883ed23891b8d61c443f9525f1ee1.tar.xz
svn_rev_529
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc5xx/start.S1
-rw-r--r--cpu/mpc8xx/start.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/cpu/mpc5xx/start.S b/cpu/mpc5xx/start.S
index 087435e5be..d8044f077b 100644
--- a/cpu/mpc5xx/start.S
+++ b/cpu/mpc5xx/start.S
@@ -35,7 +35,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>
diff --git a/cpu/mpc8xx/start.S b/cpu/mpc8xx/start.S
index aa4b3a4237..6fa0bc88ba 100644
--- a/cpu/mpc8xx/start.S
+++ b/cpu/mpc8xx/start.S
@@ -42,7 +42,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>