summaryrefslogtreecommitdiff
path: root/src/mainboard/olpc/rev_a/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/olpc/rev_a/romstage.c')
-rw-r--r--src/mainboard/olpc/rev_a/romstage.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/olpc/rev_a/romstage.c b/src/mainboard/olpc/rev_a/romstage.c
index 12ff739a4e..c47ed79594 100644
--- a/src/mainboard/olpc/rev_a/romstage.c
+++ b/src/mainboard/olpc/rev_a/romstage.c
@@ -1,6 +1,3 @@
-#define ASSEMBLY 1
-
-
#include <stdint.h>
#include <device/pci_def.h>
#include <arch/io.h>
@@ -38,9 +35,6 @@ static inline unsigned int fls(unsigned int x)
return r;
}
-
-
-
/* sdram parameters for OLPC:
row address = 13
col address = 9
@@ -192,3 +186,4 @@ static void main(unsigned long bist)
/* Check all of memory */
//ram_check(0x00000000, 640*1024);
}
+