summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/build/boot/roms_helper3
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}" || \