aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c')
-rw-r--r--src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c b/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c
index 796b87f581..58dce4dd05 100644
--- a/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c
+++ b/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c
@@ -192,6 +192,7 @@ void failover_process(unsigned long bist, unsigned long cpu_init_detectedx)
w83627ehg_enable_serial(SERIAL_DEV, TTYS0_BASE);
uart_init();
console_init();
+ enable_rom_decode();
print_info("now booting... fallback\r\n");
@@ -259,6 +260,7 @@ void real_main(unsigned long bist, unsigned long cpu_init_detectedx)
w83627ehg_enable_serial(SERIAL_DEV, TTYS0_BASE);
uart_init();
console_init();
+ enable_rom_decode();
print_info("now booting... real_main\r\n");