Carl-Daniel's part:
This patch converts mainboard_$VENDOR_$BOARD_ops to mainboard_ops and mainboard_$VENDOR_$BOARD_config to mainboard_config. Ron's part: The config change that makes the naming change not break every build. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3954 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d58671c4bf
commit
7ad11e8d33
198 changed files with 305 additions and 305 deletions
|
|
@ -1,5 +1,5 @@
|
|||
extern struct chip_operations mainboard_technologic_ts5300_ops;
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_technologic_ts5300_config {
|
||||
struct mainboard_config {
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ static void enable_dev(struct device *dev) {
|
|||
|
||||
}
|
||||
|
||||
struct chip_operations mainboard_technologic_ts5300_ops = {
|
||||
struct chip_operations mainboard_ops = {
|
||||
CHIP_NAME("Technologic Systems TS-5300 Mainboard")
|
||||
.enable_dev = enable_dev
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue