72a4903ca981373aab7a2e7a8d3b793278e08f31
[coreboot.git] / src / southbridge / amd / amd8111 / bootblock.c
1 #include "southbridge/amd/amd8111/amd8111_enable_rom.c"
2
3 static void bootblock_southbridge_init(void) {
4         /* Setup the rom access for 4M */
5         amd8111_enable_rom();
6 }