From a0c68f864e9095a94c684183deb41f706e0bd1c3 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 5 Jan 2010 13:03:02 +0000 Subject: * Explicitly add __PRE_RAM__ where it should be added. * Don't implicitly add __PRE_RAM__ in romcc. Fixes intel/xe7501devkit Signed-off-by: Stefan Reinauer Acked-by: Ronald G. Minnich Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4998 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/olpc/btest/auto.c | 1 + src/mainboard/olpc/btest/failover.c | 1 + src/mainboard/olpc/rev_a/auto.c | 1 + src/mainboard/olpc/rev_a/failover.c | 1 + 4 files changed, 4 insertions(+) (limited to 'src/mainboard/olpc') diff --git a/src/mainboard/olpc/btest/auto.c b/src/mainboard/olpc/btest/auto.c index ba0e4187ed..21363b7199 100644 --- a/src/mainboard/olpc/btest/auto.c +++ b/src/mainboard/olpc/btest/auto.c @@ -1,4 +1,5 @@ #define ASSEMBLY 1 +#define __PRE_RAM__ #include #include diff --git a/src/mainboard/olpc/btest/failover.c b/src/mainboard/olpc/btest/failover.c index 35317fc7b2..1b6c6da9b1 100644 --- a/src/mainboard/olpc/btest/failover.c +++ b/src/mainboard/olpc/btest/failover.c @@ -1,4 +1,5 @@ #define ASSEMBLY 1 +#define __PRE_RAM__ #include #include #include diff --git a/src/mainboard/olpc/rev_a/auto.c b/src/mainboard/olpc/rev_a/auto.c index ba0e4187ed..21363b7199 100644 --- a/src/mainboard/olpc/rev_a/auto.c +++ b/src/mainboard/olpc/rev_a/auto.c @@ -1,4 +1,5 @@ #define ASSEMBLY 1 +#define __PRE_RAM__ #include #include diff --git a/src/mainboard/olpc/rev_a/failover.c b/src/mainboard/olpc/rev_a/failover.c index 35317fc7b2..1b6c6da9b1 100644 --- a/src/mainboard/olpc/rev_a/failover.c +++ b/src/mainboard/olpc/rev_a/failover.c @@ -1,4 +1,5 @@ #define ASSEMBLY 1 +#define __PRE_RAM__ #include #include #include -- cgit v1.2.3