common: mkfirmware.sh: modify because not support rk3126_loader_wo_ftl_v2.09.263.bin

modify: delete first line "-x"

Change-Id: Ie9d312ef467f7ba55293853100e2c63c38c1d338
Signed-off-by: Jun Zeng <jun.zeng@rock-chips.com>
This commit is contained in:
Jun Zeng
2022-05-30 17:37:19 +08:00
parent 3b59933946
commit 21b2579ea5

View File

@ -41,7 +41,7 @@ RECOVERY_IMG=$OUT_DIR/$RK_CFG_RECOVERY/images/recovery.img
TRUST_IMG=$TOP_DIR/u-boot/trust.img
UBOOT_IMG=$TOP_DIR/u-boot/uboot.img
BOOT_IMG=$TOP_DIR/kernel/$RK_BOOT_IMG
LOADER=$(echo $TOP_DIR/u-boot/*_loader_v*.bin | head -1)
LOADER=$(echo $TOP_DIR/u-boot/*_loader_*v*.bin | head -1)
SPL=$(echo $TOP_DIR/u-boot/*_loader_spl.bin | head -1)
MKIMAGE=$SCRIPT_DIR/mk-image.sh