git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1729 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2004-10-31 23:03:10 +00:00
parent 432aa6a255
commit 0979969732
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
config chip.h
object socket_754.o
#config chip.h
#object socket_754.o
dir /cpu/amd/model_fxx

View File

@ -29,6 +29,5 @@ static void enable_dev(struct device *dev)
}
struct chip_operations mainboard_amd_solo_ops = {
.name = "AMD Solo7 mainboard ",
.enable_dev = enable_dev,
};