X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fabuild%2Fabuild;h=b44447bec41fb5c487a8467708b5985419c20756;hb=bccbbe6b69077170335d14a0413a36ce5e76f493;hp=d580cd86688c93b756a900f625d42221d4fbbdae;hpb=a05ddbc46d242760cb7e29426d7ca52efa12e0bb;p=coreboot.git diff --git a/util/abuild/abuild b/util/abuild/abuild index d580cd866..b44447bec 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -176,7 +176,7 @@ function create_config if [ "$PAYLOAD" != "/dev/null" ]; then echo "# CONFIG_PAYLOAD_NONE is not set" >> ${build_dir}/config.build echo "CONFIG_PAYLOAD_ELF=y" >> ${build_dir}/config.build - echo "CONFIG_FALLBACK_PAYLOAD_FILE=\"$PAYLOAD\"" >> ${build_dir}/config.build + echo "CONFIG_PAYLOAD_FILE=\"$PAYLOAD\"" >> ${build_dir}/config.build fi if [ "$loglevel" != "default" ]; then