remove trailing whitespace
[coreboot.git] / src / mainboard / hp / dl165_g6_fam10 / romstage.c
index 99f05950daf81aeee3baf242771979c92533f6d3..32a94d425bc8f795192ae7e130ec9f815b5be9fe 100644 (file)
@@ -105,7 +105,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        struct sys_info *sysinfo =  (struct sys_info *)(CONFIG_DCACHE_RAM_BASE + CONFIG_DCACHE_RAM_SIZE - CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE);
        u32 bsp_apicid = 0, val;
        msr_t msr;
+
        if (!cpu_init_detectedx && boot_cpu()) {
                /* Nothing special needs to be done to find bus 0 */
                /* Allow the HT devices to be found */
@@ -123,12 +123,11 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 
        pilot_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
 
-       uart_init();
+       console_init();
 
        /* Halt if there was a built in self test failure */
        report_bist_failure(bist);
 
-       console_init();
        pilot_early_init(SERIAL_DEV); //config port is being taken from SERIAL_DEV
 
        val = cpuid_eax(1);