rockchip: its: remove unused property
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I540d4e741d362c0f2d871d4f14700507e2653b31
This commit is contained in:
parent
f1d6518991
commit
1ab43d022e
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue