a11d1d30f433eea6141d9997573c39ad00431aca
[coreboot.git] / src / southbridge / amd / amd8111 / bootblock.c
1 #include "southbridge/amd/amd8111/enable_rom.c"
2
3 static void bootblock_southbridge_init(void)
4 {
5         amd8111_enable_rom();
6 }