diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-30 03:05:20 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-30 03:05:20 +0000 |
commit | 57ffeb0578db71b1c57d9e4137def42aac34fe18 (patch) | |
tree | c130080b5a000b31b04639535d22274b256f6b65 /src/arch/i386/Config.lb | |
parent | b265254e1c50af2e3b84c0628016dda4ccf253d7 (diff) |
updates from YhLu, plus fixes for PPC/K8 issues.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/Config.lb')
-rw-r--r-- | src/arch/i386/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index 14862b5a40..b43258b9d4 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -7,7 +7,7 @@ end makerule floppy depends "all" - action "mcopy -o romimage a:" + action "mcopy -o linuxbios.rom a:" end makerule nrv2b |