aboutsummaryrefslogtreecommitdiff
path: root/targets/island/aruma/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/island/aruma/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/island/aruma/Config.lb')
-rw-r--r--targets/island/aruma/Config.lb8
1 files changed, 4 insertions, 4 deletions
diff --git a/targets/island/aruma/Config.lb b/targets/island/aruma/Config.lb
index 40db1421cb..f838693c37 100644
--- a/targets/island/aruma/Config.lb
+++ b/targets/island/aruma/Config.lb
@@ -1,6 +1,6 @@
-# This will make a target directory of ./island_aruma
+# This will make a target directory of ./aruma
-target island_aruma
+target aruma
mainboard island/aruma
option DEFAULT_CONSOLE_LOGLEVEL=8
@@ -21,7 +21,7 @@ romimage "normal"
option ROM_IMAGE_SIZE=0x1c000
option XIP_ROM_SIZE=0x20000
option LINUXBIOS_EXTRA_VERSION=".0-normal"
- payload /home/stepan/agami/build/filo-0.4.2/filo.elf
+ payload ../../../payloads/filo.elf
end
romimage "fallback"
@@ -29,7 +29,7 @@ romimage "fallback"
option ROM_IMAGE_SIZE=0x1c000
option XIP_ROM_SIZE=0x20000
option LINUXBIOS_EXTRA_VERSION=".0-fallback"
- payload /home/stepan/agami/build/filo-0.4.2/filo.elf
+ payload ../../../payloads/filo.elf
end
buildrom ./island_aruma.rom ROM_SIZE "normal" "fallback"