diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/genoa/early_fch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/genoa/early_fch.c b/src/soc/amd/genoa/early_fch.c index dcb390b5c9..d0b526cea5 100644 --- a/src/soc/amd/genoa/early_fch.c +++ b/src/soc/amd/genoa/early_fch.c @@ -11,7 +11,7 @@ /* Before console init */ void fch_pre_init(void) { - + fch_enable_cf9_io(); } /* After console init */ |