aboutsummaryrefslogtreecommitdiff
path: root/targets/amd/serengeti_cheetah/Config-abuild.lb
diff options
context:
space:
mode:
Diffstat (limited to 'targets/amd/serengeti_cheetah/Config-abuild.lb')
-rw-r--r--targets/amd/serengeti_cheetah/Config-abuild.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/serengeti_cheetah/Config-abuild.lb b/targets/amd/serengeti_cheetah/Config-abuild.lb
index b4a4ae6922..7d9e18310a 100644
--- a/targets/amd/serengeti_cheetah/Config-abuild.lb
+++ b/targets/amd/serengeti_cheetah/Config-abuild.lb
@@ -15,13 +15,13 @@ romimage "normal"
option USE_FALLBACK_IMAGE=0
option ROM_IMAGE_SIZE=0x20000
option LINUXBIOS_EXTRA_VERSION=".0-normal"
- payload PAYLOAD
+ payload __PAYLOAD__
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
option ROM_IMAGE_SIZE=0x20000
option LINUXBIOS_EXTRA_VERSION=".0-fallback"
- payload PAYLOAD
+ payload __PAYLOAD__
end
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"