diff options
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/romstage.c b/src/mainboard/gizmosphere/gizmo/romstage.c index 50cc12c502..a0c3d28b85 100644 --- a/src/mainboard/gizmosphere/gizmo/romstage.c +++ b/src/mainboard/gizmosphere/gizmo/romstage.c @@ -101,6 +101,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) post_code(0x42); agesawrapper_amdinitenv(); + amd_initenv(); } else { /* S3 detect */ printk(BIOS_INFO, "S3 detected\n"); |