aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/lamar/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/lamar/romstage.c')
-rw-r--r--src/mainboard/amd/lamar/romstage.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/amd/lamar/romstage.c b/src/mainboard/amd/lamar/romstage.c
index 67485f4f11..4dde4e2e3f 100644
--- a/src/mainboard/amd/lamar/romstage.c
+++ b/src/mainboard/amd/lamar/romstage.c
@@ -20,7 +20,6 @@
#include <cpu/x86/lapic.h>
#include <console/console.h>
#include <northbridge/amd/agesa/state_machine.h>
-#include <cpu/x86/bist.h>
#include <southbridge/amd/common/amd_defs.h>
#include <southbridge/amd/pi/hudson/hudson.h>
#include <superio/fintek/f81216h/f81216h.h>
@@ -58,10 +57,6 @@ static void romstage_main_template(void)
console_init();
}
- /* Halt if there was a built in self test failure */
- post_code(0x34);
- report_bist_failure(bist);
-
/* Load MPB */
val = cpuid_eax(1);
printk(BIOS_DEBUG, "BSP Family_Model: %08x\n", val);