added payload

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@997 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-07-21 17:28:35 +00:00
parent 634a99110c
commit 6d4512cdf9
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ def addldscript(path):
def payload(path):
global curimage
curimage.setpayload(path)
# adduserdefine("PAYLOAD:=%s"%path)
adduserdefine("PAYLOAD:=%s"%path)
# addrule('payload')
# adddep('payload', path)
# addaction('payload', 'cp $< $@')