Add AMD Family 10 cpu support to northbridge folder
[coreboot.git] / src / northbridge / amd / amdfam10 / reset_test.c
index 21e06d1e2eab2bc0bc2f47533bb349bc5f039349..c48fca630c3b9b5d7911cefc83ea78d48e893f07 100644 (file)
@@ -83,7 +83,8 @@ static u32 warm_reset_detect(u8 nodeid)
        return (htic & HTIC_ColdR_Detect) && !(htic & HTIC_BIOSR_Detect);
 }
 
-static void set_bios_reset(void)
+void __attribute__ ((weak)) set_bios_reset(void);
+void __attribute__ ((weak)) set_bios_reset(void)
 {
 
        u32 nodes;