build fix for epia-m so that nobody beats ron to it ;)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1642 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6707a45eb1
commit
009f87a30b
|
@ -38,7 +38,7 @@ static void enumerate(struct chip *chip)
|
||||||
child->bus = &dev_root.link[0];
|
child->bus = &dev_root.link[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
struct chip_control mainboard_via_epia_control = {
|
struct chip_control mainboard_via_epia_m_control = {
|
||||||
.enumerate = enumerate,
|
.enumerate = enumerate,
|
||||||
.name = "VIA EPIA-M mainboard ",
|
.name = "VIA EPIA-M mainboard ",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue