diff --git a/arch/arm/mach-rockchip/kernel_arm.its b/arch/arm/mach-rockchip/kernel_arm.its index d22547e4d3..cff4dafa99 100644 --- a/arch/arm/mach-rockchip/kernel_arm.its +++ b/arch/arm/mach-rockchip/kernel_arm.its @@ -13,8 +13,6 @@ images { fdt { - description = "Device tree blob"; - image = "rk-kernel.dtb"; data = /incbin/("images/rk-kernel.dtb"); type = "flat_dt"; arch = "arm"; @@ -26,8 +24,6 @@ }; kernel { - description = "Kernel Image"; - image = "kernel.img"; data = /incbin/("images/kernel.img"); type = "kernel"; arch = "arm"; @@ -41,8 +37,6 @@ }; ramdisk { - description = "Ramdisk Image"; - image = "ramdisk.img"; data = /incbin/("images/ramdisk.img"); type = "ramdisk"; arch = "arm"; @@ -55,8 +49,6 @@ }; resource { - description = "Resource Image"; - image = "resource.img"; data = /incbin/("images/resource.img"); type = "multi"; arch = "arm"; diff --git a/arch/arm/mach-rockchip/rv1126/rv1126_make_fit.sh b/arch/arm/mach-rockchip/rv1126/rv1126_make_fit.sh index c935512bd7..b7a580a764 100755 --- a/arch/arm/mach-rockchip/rv1126/rv1126_make_fit.sh +++ b/arch/arm/mach-rockchip/rv1126/rv1126_make_fit.sh @@ -16,7 +16,6 @@ cat << EOF images { uboot { description = "U-Boot"; - image = "u-boot-nodtb.bin"; data = /incbin/("./u-boot-nodtb.bin"); type = "standalone"; os = "U-Boot"; @@ -35,7 +34,6 @@ cat << EOF }; optee { description = "OP-TEE"; - image = "tee.bin"; data = /incbin/("./tee.bin"); type = "firmware"; arch = "arm"; @@ -59,7 +57,6 @@ cat << EOF }; fdt { description = "U-Boot dtb"; - image = "u-boot.dtb"; data = /incbin/("./u-boot.dtb"); type = "flat_dt"; compression = "none"; @@ -76,7 +73,6 @@ MCU_LOAD_ADDR=$(echo "obase=16;${MCU_LOAD_ADDR}"|bc) cat << EOF mcu { description = "mcu"; - image="mcu.bin"; data = /incbin/("./mcu.bin"); type = "standalone"; compression = "none";