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
This commit is contained in:
Jonathan McDowell
2005-08-04 17:07:25 +00:00
parent 9528b8883e
commit 438938de02
5 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ romimage "normal"
option ROM_IMAGE_SIZE=0x12000
option LINUXBIOS_EXTRA_VERSION=".0Normal"
# payload ../../filo.elf
payload /home/ollie/work/filo-0.4.1/filo.elf
payload ../../../payloads/filo.elf
end
romimage "fallback"
@@ -26,7 +26,7 @@ romimage "fallback"
option ROM_IMAGE_SIZE=0x12000
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
# payload ../../filo.elf
payload /home/ollie/work/filo-0.4.1/filo.elf
payload ../../../payloads/filo.elf
# use this to test a build if you don't have the etherboot
# payload /etc/hosts
end