rockchip: kernel_arm.its: update descriptions

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I329a361dabf320be9be658ebd832e0c06ec5666f
This commit is contained in:
Joseph Chen 2020-05-08 09:32:33 +08:00
parent 98a624f3ed
commit 311b6440bf
1 changed files with 5 additions and 5 deletions

View File

@ -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";