diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-28 21:10:46 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-28 21:10:46 +0000 |
commit | 8d8241562872bc7b0579dba1183adbb1dd8351b0 (patch) | |
tree | 1081b6c695739d08a004acc9a0d12c8cb14d3751 | |
parent | a1cd3d8290f94b730d7e9b3288667a3f348bb90a (diff) | |
download | coreboot-8d8241562872bc7b0579dba1183adbb1dd8351b0.tar.xz |
cpus have vendors now
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1047 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/embeddedplanet/ep405pc/Config.lb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/embeddedplanet/ep405pc/Config.lb b/src/mainboard/embeddedplanet/ep405pc/Config.lb index 9c1065f0b8..25546142e1 100644 --- a/src/mainboard/embeddedplanet/ep405pc/Config.lb +++ b/src/mainboard/embeddedplanet/ep405pc/Config.lb @@ -1,10 +1,9 @@ ## -## Config file for the Motorola Sandpoint III development system. -## Note that this has only been tested with the Altimus 7410 PMC. +## Config file for the Embedded Planet EP405PC Computing Engine ## arch ppc end -cpu ppc4xx end +cpu ppc/ppc4xx end ## ## Include the secondary Configuration files |