diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-04-16 00:46:08 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-04-16 00:46:08 +0000 |
commit | 8d0a12ac7c69ee6222de955491e3b0a5818a6469 (patch) | |
tree | 640e6b199c2cddaa62bd1114664fe19095327035 /targets/asus/a8v-e_se | |
parent | 0b53ec3da90381816d1d87b211dade69c98c7dfd (diff) |
Change default payload location for easier buildrom support (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3241 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/asus/a8v-e_se')
-rw-r--r-- | targets/asus/a8v-e_se/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/asus/a8v-e_se/Config.lb b/targets/asus/a8v-e_se/Config.lb index 136f217a78..7ae42e817a 100644 --- a/targets/asus/a8v-e_se/Config.lb +++ b/targets/asus/a8v-e_se/Config.lb @@ -25,14 +25,14 @@ romimage "normal" option USE_FALLBACK_IMAGE = 0 option ROM_IMAGE_SIZE = 128 * 1024 option COREBOOT_EXTRA_VERSION=".0Normal" - payload /tmp/filo.elf + payload ../payload.elf end romimage "fallback" option USE_FALLBACK_IMAGE = 1 option ROM_IMAGE_SIZE = 128 * 1024 option COREBOOT_EXTRA_VERSION=".0Fallback" - payload /tmp/filo.elf + payload ../payload.elf end buildrom ./coreboot.rom ROM_SIZE "normal" "fallback" |