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:
Joseph Chen 2020-11-08 16:31:59 +08:00
parent d41e2874c4
commit ee4d695f5e
2 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,7 @@ cat << EOF
description = "U-Boot dtb";
data = /incbin/("./u-boot.dtb");
type = "flat_dt";
arch = "${ARCH}";
compression = "none";
hash {
algo = "sha256";

View File

@ -117,6 +117,7 @@ cat << EOF
description = "U-Boot dtb";
data = /incbin/("./u-boot.dtb");
type = "flat_dt";
arch = "${ARCH}";
compression = "none";
hash {
algo = "sha256";