aboutsummaryrefslogtreecommitdiff
path: root/targets/amd
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2003-09-17 11:05:29 +0000
committerStefan Reinauer <stepan@openbios.org>2003-09-17 11:05:29 +0000
commited10c390adf6c0022a8e9fd2b5ae935fc963d138 (patch)
treeaffadd4e2103c53737f1a6daff188707b1fb166b /targets/amd
parent0a5f865a27fadb78c9094aa9e2fc6a1667202306 (diff)
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.lb2
-rw-r--r--targets/amd/solo/Config.lb2
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"