The same mechanisms are used for normal and fallback images.
[coreboot.git] / util / abuild / abuild
index d580cd86688c93b756a900f625d42221d4fbbdae..b44447bec41fb5c487a8467708b5985419c20756 100755 (executable)
@@ -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