diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/cezanne/romstage.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/cezanne/romstage.c b/src/soc/amd/cezanne/romstage.c index 573b353c79..d3e1bd7a65 100644 --- a/src/soc/amd/cezanne/romstage.c +++ b/src/soc/amd/cezanne/romstage.c @@ -9,16 +9,12 @@ #include <console/console.h> #include <fsp/api.h> #include <program_loading.h> -#include <security/vboot/vboot_common.h> asmlinkage void car_stage_entry(void) { post_code(0x40); console_init(); - if (CONFIG(VBOOT_EARLY_EC_SYNC)) - vboot_sync_ec(); - post_code(0x41); /* Snapshot chipset state prior to any FSP call */ |