AMD-8111: Add TINY_BOOTBLOCK support.
[coreboot.git] / src / southbridge / amd / amd8111 / bootblock.c
index 72a4903ca981373aab7a2e7a8d3b793278e08f31..695f49898bdd54475a8c2c2e09bf5e075987a054 100644 (file)
@@ -1,6 +1,6 @@
 #include "southbridge/amd/amd8111/amd8111_enable_rom.c"
 
-static void bootblock_southbridge_init(void) {
-       /* Setup the rom access for 4M */
+static void bootblock_southbridge_init(void)
+{
        amd8111_enable_rom();
 }