summaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/roadrunner-lx/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/roadrunner-lx/romstage.c')
-rw-r--r--src/mainboard/lippert/roadrunner-lx/romstage.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/lippert/roadrunner-lx/romstage.c b/src/mainboard/lippert/roadrunner-lx/romstage.c
index c288fc3342..3884d28c86 100644
--- a/src/mainboard/lippert/roadrunner-lx/romstage.c
+++ b/src/mainboard/lippert/roadrunner-lx/romstage.c
@@ -21,9 +21,6 @@
/* Based on romstage.c from AMD's DB800 and DBM690T mainboards. */
-#define ASSEMBLY 1
-
-
#include <stdlib.h>
#include <stdint.h>
#include <device/pci_def.h>
@@ -167,3 +164,4 @@ void cache_as_ram_main(void)
/* Memory is setup. Return to cache_as_ram.inc and continue to boot. */
return;
}
+