- Update abuild.sh so it will rebuild successfull builds
[coreboot.git] / src / southbridge / amd / amd8111 / amd8111.c
index 6e7022cd77ad036d9676a110a0af44cb5ab56130..5c29534ac3d04fdf596941c770859026c73e908c 100644 (file)
@@ -65,6 +65,6 @@ void amd8111_enable(device_t dev)
 }
 
 struct chip_operations southbridge_amd_amd8111_ops = {
-       .name       = "AMD 8111",
+       CHIP_NAME("AMD 8111")
        .enable_dev = amd8111_enable,
 };