diff options
Diffstat (limited to 'src/mainboard/lippert/roadrunner-lx')
-rw-r--r-- | src/mainboard/lippert/roadrunner-lx/cache_as_ram_auto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lippert/roadrunner-lx/cache_as_ram_auto.c b/src/mainboard/lippert/roadrunner-lx/cache_as_ram_auto.c index 47645cee30..3884a27eb6 100644 --- a/src/mainboard/lippert/roadrunner-lx/cache_as_ram_auto.c +++ b/src/mainboard/lippert/roadrunner-lx/cache_as_ram_auto.c @@ -22,6 +22,7 @@ /* Based on cache_as_ram_auto.c from AMD's DB800 and DBM690T mainboards. */ #define ASSEMBLY 1 +#define __PRE_RAM__ #include <stdlib.h> #include <stdint.h> |