diff options
Diffstat (limited to 'src/mainboard/winent/mb6047')
-rw-r--r-- | src/mainboard/winent/mb6047/romstage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/winent/mb6047/romstage.c b/src/mainboard/winent/mb6047/romstage.c index 3271f74b32..29def69d72 100644 --- a/src/mainboard/winent/mb6047/romstage.c +++ b/src/mainboard/winent/mb6047/romstage.c @@ -144,6 +144,4 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) print_pci_devices(); dump_pci_devices(); #endif - - post_cache_as_ram(); } |