rockchip: kernel_arm.its: update descriptions
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I329a361dabf320be9be658ebd832e0c06ec5666f
This commit is contained in:
parent
98a624f3ed
commit
311b6440bf
|
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
/ {
|
/ {
|
||||||
description = "U-Boot FIT source file for arm";
|
description = "FIT source file for Linux";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
||||||
images {
|
images {
|
||||||
fdt@1 {
|
fdt@1 {
|
||||||
description = "Device tree blob for arm";
|
description = "Device tree blob";
|
||||||
image = "rk-kernel.dtb";
|
image = "rk-kernel.dtb";
|
||||||
data = /incbin/("images/rk-kernel.dtb");
|
data = /incbin/("images/rk-kernel.dtb");
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
kernel@1 {
|
kernel@1 {
|
||||||
description = "Kernel for arm";
|
description = "Kernel Image";
|
||||||
image = "kernel.img";
|
image = "kernel.img";
|
||||||
data = /incbin/("images/kernel.img");
|
data = /incbin/("images/kernel.img");
|
||||||
type = "kernel";
|
type = "kernel";
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
ramdisk@1 {
|
ramdisk@1 {
|
||||||
description = "Ramdisk for arm";
|
description = "Ramdisk Image";
|
||||||
image = "ramdisk.img";
|
image = "ramdisk.img";
|
||||||
data = /incbin/("images/ramdisk.img");
|
data = /incbin/("images/ramdisk.img");
|
||||||
type = "ramdisk";
|
type = "ramdisk";
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
resource@1 {
|
resource@1 {
|
||||||
description = "Resource for arm";
|
description = "Resource Image";
|
||||||
image = "resource.img";
|
image = "resource.img";
|
||||||
data = /incbin/("images/resource.img");
|
data = /incbin/("images/resource.img");
|
||||||
type = "multi";
|
type = "multi";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue