aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ibm/e326/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ibm/e326/romstage.c')
-rw-r--r--src/mainboard/ibm/e326/romstage.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/ibm/e326/romstage.c b/src/mainboard/ibm/e326/romstage.c
index 751b20b56f..1843a8fbba 100644
--- a/src/mainboard/ibm/e326/romstage.c
+++ b/src/mainboard/ibm/e326/romstage.c
@@ -1,5 +1,3 @@
-#define ASSEMBLY 1
-
#include <stdint.h>
#include <string.h>
@@ -59,7 +57,6 @@ static void memreset(int controllers, const struct mem_controller *ctrl)
}
}
-
static inline void activate_spd_rom(const struct mem_controller *ctrl)
{
/* nothing to do */
@@ -166,3 +163,4 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
post_cache_as_ram();
}
+