diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-09-17 11:05:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-09-17 11:05:29 +0000 |
commit | ed10c390adf6c0022a8e9fd2b5ae935fc963d138 (patch) | |
tree | affadd4e2103c53737f1a6daff188707b1fb166b /targets/amd | |
parent | 0a5f865a27fadb78c9094aa9e2fc6a1667202306 (diff) | |
download | coreboot-ed10c390adf6c0022a8e9fd2b5ae935fc963d138.tar.xz |
add filename to buildrom command
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1116 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/amd')
-rw-r--r-- | targets/amd/quartet/Config.lb | 2 | ||||
-rw-r--r-- | targets/amd/solo/Config.lb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/quartet/Config.lb b/targets/amd/quartet/Config.lb index 6fc5ea0c8d..4b96bdb098 100644 --- a/targets/amd/quartet/Config.lb +++ b/targets/amd/quartet/Config.lb @@ -103,4 +103,4 @@ romimage "fallback" payload /suse/stepan/tg3--ide_disk.zelf end -buildrom ROM_SIZE "normal" "fallback" +buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" diff --git a/targets/amd/solo/Config.lb b/targets/amd/solo/Config.lb index 9f34258e75..d3287edd8e 100644 --- a/targets/amd/solo/Config.lb +++ b/targets/amd/solo/Config.lb @@ -103,4 +103,4 @@ romimage "fallback" payload /suse/stepan/tg3--ide_disk.zelf end -buildrom ROM_SIZE "normal" "fallback" +buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |