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 {
|
images {
|
||||||
fdt {
|
fdt {
|
||||||
description = "Device tree blob";
|
|
||||||
image = "rk-kernel.dtb";
|
|
||||||
data = /incbin/("images/rk-kernel.dtb");
|
data = /incbin/("images/rk-kernel.dtb");
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
arch = "arm";
|
arch = "arm";
|
||||||
|
|
@ -26,8 +24,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
kernel {
|
kernel {
|
||||||
description = "Kernel Image";
|
|
||||||
image = "kernel.img";
|
|
||||||
data = /incbin/("images/kernel.img");
|
data = /incbin/("images/kernel.img");
|
||||||
type = "kernel";
|
type = "kernel";
|
||||||
arch = "arm";
|
arch = "arm";
|
||||||
|
|
@ -41,8 +37,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
ramdisk {
|
ramdisk {
|
||||||
description = "Ramdisk Image";
|
|
||||||
image = "ramdisk.img";
|
|
||||||
data = /incbin/("images/ramdisk.img");
|
data = /incbin/("images/ramdisk.img");
|
||||||
type = "ramdisk";
|
type = "ramdisk";
|
||||||
arch = "arm";
|
arch = "arm";
|
||||||
|
|
@ -55,8 +49,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
resource {
|
resource {
|
||||||
description = "Resource Image";
|
|
||||||
image = "resource.img";
|
|
||||||
data = /incbin/("images/resource.img");
|
data = /incbin/("images/resource.img");
|
||||||
type = "multi";
|
type = "multi";
|
||||||
arch = "arm";
|
arch = "arm";
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ cat << EOF
|
||||||
images {
|
images {
|
||||||
uboot {
|
uboot {
|
||||||
description = "U-Boot";
|
description = "U-Boot";
|
||||||
image = "u-boot-nodtb.bin";
|
|
||||||
data = /incbin/("./u-boot-nodtb.bin");
|
data = /incbin/("./u-boot-nodtb.bin");
|
||||||
type = "standalone";
|
type = "standalone";
|
||||||
os = "U-Boot";
|
os = "U-Boot";
|
||||||
|
|
@ -35,7 +34,6 @@ cat << EOF
|
||||||
};
|
};
|
||||||
optee {
|
optee {
|
||||||
description = "OP-TEE";
|
description = "OP-TEE";
|
||||||
image = "tee.bin";
|
|
||||||
data = /incbin/("./tee.bin");
|
data = /incbin/("./tee.bin");
|
||||||
type = "firmware";
|
type = "firmware";
|
||||||
arch = "arm";
|
arch = "arm";
|
||||||
|
|
@ -59,7 +57,6 @@ cat << EOF
|
||||||
};
|
};
|
||||||
fdt {
|
fdt {
|
||||||
description = "U-Boot dtb";
|
description = "U-Boot dtb";
|
||||||
image = "u-boot.dtb";
|
|
||||||
data = /incbin/("./u-boot.dtb");
|
data = /incbin/("./u-boot.dtb");
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
|
|
@ -76,7 +73,6 @@ MCU_LOAD_ADDR=$(echo "obase=16;${MCU_LOAD_ADDR}"|bc)
|
||||||
cat << EOF
|
cat << EOF
|
||||||
mcu {
|
mcu {
|
||||||
description = "mcu";
|
description = "mcu";
|
||||||
image="mcu.bin";
|
|
||||||
data = /incbin/("./mcu.bin");
|
data = /incbin/("./mcu.bin");
|
||||||
type = "standalone";
|
type = "standalone";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue