X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fmainboard%2Fasus%2Fm5a99x-evo%2Fromstage.c;fp=src%2Fmainboard%2Fasus%2Fm5a99x-evo%2Fromstage.c;h=8091f8e59fffbf3f7f1dd7d87ce64bddf765b023;hp=9d8e08ac66164e3ca3ae58f1d4b37f2ee2a2b766;hb=976fa8800e04817b6e18ee47a1d2cd3dd73be446;hpb=c00309a6a02f7eb74d9953fe8508e898b13f01c3 diff --git a/src/mainboard/asus/m5a99x-evo/romstage.c b/src/mainboard/asus/m5a99x-evo/romstage.c index 9d8e08ac6..8091f8e59 100644 --- a/src/mainboard/asus/m5a99x-evo/romstage.c +++ b/src/mainboard/asus/m5a99x-evo/romstage.c @@ -47,9 +47,9 @@ #include #include "northbridge/amd/amdfam10/setup_resource_map.c" #include "southbridge/amd/rs780/early_setup.c" -#include -#include /* SB OEM constants */ -#include +#include +#include /* SB OEM constants */ +#include #include "northbridge/amd/amdfam10/debug.c" static void activate_spd_rom(const struct mem_controller *ctrl) @@ -98,7 +98,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) enumerate_ht_chain(); //enable port80 decoding and southbridge poweron init - sb_Poweron_Init(); + sb_poweron_init(); } post_code(0x30); @@ -111,7 +111,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) post_code(0x32); enable_rs780_dev8(); - sb800_clk_output_48Mhz(); + // sb800_clk_output_48Mhz(); it8721f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE); uart_init();