From 6f278ad828a59a1c39f5fa8ed9461fcd2506fd2b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 22 Apr 2007 19:03:34 +0000 Subject: Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild. Comment out code which currently doesn't compile. Needs fixing later. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2614 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util') diff --git a/util/abuild/abuild b/util/abuild/abuild index 40e182758a..173acd01b9 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -144,14 +144,14 @@ romimage "normal" option USE_FALLBACK_IMAGE=0 option ROM_IMAGE_SIZE=0x17000 option LINUXBIOS_EXTRA_VERSION=".0-normal" - payload PAYLOAD + payload __PAYLOAD__ end romimage "fallback" option USE_FALLBACK_IMAGE=1 option ROM_IMAGE_SIZE=0x17000 option LINUXBIOS_EXTRA_VERSION=".0-fallback" - payload PAYLOAD + payload __PAYLOAD__ end buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" EOF @@ -159,7 +159,7 @@ EOF cat <