diff --git a/src/mainboard/asus/kcma-d8/romstage.c b/src/mainboard/asus/kcma-d8/romstage.c index 24cefe02b7..a8f7dafc3f 100644 --- a/src/mainboard/asus/kcma-d8/romstage.c +++ b/src/mainboard/asus/kcma-d8/romstage.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -567,6 +568,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) cbmem_initialize_empty(); post_code(0x41); + romstage_handoff_init(s3resume); + amdmct_cbmem_store_info(sysinfo); #endif