diff options
Diffstat (limited to 'script/build/boot')
-rwxr-xr-x | script/build/boot/roms_helper | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/build/boot/roms_helper b/script/build/boot/roms_helper index 71e170a4..5dea7fc0 100755 --- a/script/build/boot/roms_helper +++ b/script/build/boot/roms_helper @@ -523,8 +523,7 @@ build_uboot_roms() y=${uboot_config} z=${cbfstool} tmprom="$(mkUbootRom "$x" "fallback/payload" "$y" "$z")" - newrompath= \ - "${romdir}/uboot_payload_${board}_${initmode}_${displaymode}.rom" + newrompath="${romdir}/uboot_payload_${board}_${initmode}_${displaymode}.rom" [ "${initmode}" = "normal" ] && \ newrompath="${romdir}/uboot_payload_${board}_${initmode}.rom" moverom "${tmprom}" "${newrompath}" "${romtype}" || \ |