summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/e_vectra_p2706t/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/e_vectra_p2706t/romstage.c')
-rw-r--r--src/mainboard/hp/e_vectra_p2706t/romstage.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/hp/e_vectra_p2706t/romstage.c b/src/mainboard/hp/e_vectra_p2706t/romstage.c
index 09e3680ee7..ac8d8b8a84 100644
--- a/src/mainboard/hp/e_vectra_p2706t/romstage.c
+++ b/src/mainboard/hp/e_vectra_p2706t/romstage.c
@@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#define ASSEMBLY 1
-
-
#include <stdint.h>
#include <device/pci_def.h>
#include <arch/io.h>
@@ -66,3 +63,4 @@ static void main(unsigned long bist)
sdram_enable();
/* ram_check(0, 640 * 1024); */
}
+