diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-08-04 21:05:19 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-08-04 21:05:19 +0000 |
commit | a43048d371ad4bfaa7a53b3621770907b5d1879d (patch) | |
tree | bccf1717d1ffd37b214ed35c371d3bc2aff500f9 /src/cpu/k7 | |
parent | bbb6d1020f97b2694f496d87c1f49a0cb2e0bb96 (diff) |
Commits for the new config static device design, to allow more than one static
cpu of a certain type and to eliminate the
cpu p5
cpu p6
cpu k7
nonsense in the old config files.
Next step is to hook into Eric's pci device stuff.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1067 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/k7')
-rw-r--r-- | src/cpu/k7/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/k7/Config.lb b/src/cpu/k7/Config.lb index d631c6fd49..3c45a215b7 100644 --- a/src/cpu/k7/Config.lb +++ b/src/cpu/k7/Config.lb @@ -1,3 +1,4 @@ uses k7 uses CPU_FIXUP +dir /cpu/p6 #object cpufixup.o |