diff options
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/kontron/kt690/romstage.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/src/mainboard/kontron/kt690/romstage.c b/src/mainboard/kontron/kt690/romstage.c index cff33f97f3..6d80c237c3 100644 --- a/src/mainboard/kontron/kt690/romstage.c +++ b/src/mainboard/kontron/kt690/romstage.c @@ -19,7 +19,7 @@ */ #define ASSEMBLY 1 -#define __PRE_RAM__ + #define RAMINIT_SYSINFO 1 #define K8_SET_FIDVID 1 |