From 5e32823a68f74618845c21600c8fa491f9c6c1a4 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 29 Mar 2010 19:19:16 +0000 Subject: __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into romstage.c anymore Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5315 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/kontron/986lcd-m/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/kontron/986lcd-m/romstage.c') diff --git a/src/mainboard/kontron/986lcd-m/romstage.c b/src/mainboard/kontron/986lcd-m/romstage.c index f5e9f6e55c..c7f1ee9b04 100644 --- a/src/mainboard/kontron/986lcd-m/romstage.c +++ b/src/mainboard/kontron/986lcd-m/romstage.c @@ -18,7 +18,7 @@ */ // __PRE_RAM__ means: use "unsigned" for device, not a struct. -#define __PRE_RAM__ + /* Configuration of the i945 driver */ #define CHIPSET_I945GM 1 -- cgit v1.2.3