rockchip: make_fit_atf/optee: add "arch" property for fdt node
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I129f2cc7a395d48c83e5ab01fb12b73eda614ed3
This commit is contained in:
parent
d41e2874c4
commit
ee4d695f5e
|
|
@ -153,6 +153,7 @@ cat << EOF
|
||||||
description = "U-Boot dtb";
|
description = "U-Boot dtb";
|
||||||
data = /incbin/("./u-boot.dtb");
|
data = /incbin/("./u-boot.dtb");
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
|
arch = "${ARCH}";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
hash {
|
hash {
|
||||||
algo = "sha256";
|
algo = "sha256";
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,7 @@ cat << EOF
|
||||||
description = "U-Boot dtb";
|
description = "U-Boot dtb";
|
||||||
data = /incbin/("./u-boot.dtb");
|
data = /incbin/("./u-boot.dtb");
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
|
arch = "${ARCH}";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
hash {
|
hash {
|
||||||
algo = "sha256";
|
algo = "sha256";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue