aboutsummaryrefslogtreecommitdiff
path: root/targets/amd/quartet/Config.lb
diff options
context:
space:
mode:
authorJonathan McDowell <noodles@earth.li>2005-08-04 17:07:25 +0000
committerJonathan McDowell <noodles@earth.li>2005-08-04 17:07:25 +0000
commit438938de02ac21d7587457c685dc2259b23eff3e (patch)
tree64e29b9c14e21cee91591d9ce07d2a41752689e9 /targets/amd/quartet/Config.lb
parent9528b8883eba65bf49c3b0d60b415e53fa05f9b3 (diff)
Fix up default Config.lb files to help aid autobuilding of all targets.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1990 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/amd/quartet/Config.lb')
-rw-r--r--targets/amd/quartet/Config.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/quartet/Config.lb b/targets/amd/quartet/Config.lb
index 1ef1cfa171..577c1fdc6e 100644
--- a/targets/amd/quartet/Config.lb
+++ b/targets/amd/quartet/Config.lb
@@ -7,14 +7,14 @@ romimage "normal"
option USE_FALLBACK_IMAGE=0
option ROM_IMAGE_SIZE=0x14000
option LINUXBIOS_EXTRA_VERSION=".0-Normal"
- payload /usr/share/LinuxBIOS/tg3--ide_disk.zelf
+ payload ../../../payloads/tg3--ide_disk.zelf
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
option ROM_IMAGE_SIZE=0x14000
option LINUXBIOS_EXTRA_VERSION=".0-Fallback"
- payload /usr/share/LinuxBIOS/tg3--ide_disk.zelf
+ payload ../../../payloads/tg3--ide_disk.zelf
end
buildrom ./quartet.rom ROM_SIZE "normal" "fallback"