Fix some CHIP_NAME() entries to use canonical names.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2557 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -243,6 +243,6 @@ void mcp55_enable(device_t dev)
|
||||
}
|
||||
|
||||
struct chip_operations southbridge_nvidia_mcp55_ops = {
|
||||
CHIP_NAME("Nvidia mcp55")
|
||||
CHIP_NAME("NVIDIA MCP55 Southbridge")
|
||||
.enable_dev = mcp55_enable,
|
||||
};
|
||||
|
Reference in New Issue
Block a user