mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 16:48:18 +00:00
xilinx: zynqmp: Wire tee for Multi DTB use cases
Fix TEE wiring when MULTI_DTB is selected. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/c8523a89d910ae6b8a9971b4e7b3bda89be3dc27.1652874088.git.michal.simek@amd.com
This commit is contained in:
parent
11ed38f5dc
commit
594f692f49
1 changed files with 10 additions and 0 deletions
|
@ -140,6 +140,15 @@ cat << __CONF_SECTION1_EOF
|
||||||
};
|
};
|
||||||
__CONF_SECTION1_EOF
|
__CONF_SECTION1_EOF
|
||||||
else
|
else
|
||||||
|
if [ -f $BL32 ]; then
|
||||||
|
cat << __CONF_SECTION1_EOF
|
||||||
|
config_1 {
|
||||||
|
description = "Multi DTB with TF-A and TEE";
|
||||||
|
firmware = "atf";
|
||||||
|
loadables = "uboot", "tee", "fdt_1";
|
||||||
|
};
|
||||||
|
__CONF_SECTION1_EOF
|
||||||
|
else
|
||||||
cat << __CONF_SECTION1_EOF
|
cat << __CONF_SECTION1_EOF
|
||||||
config_1 {
|
config_1 {
|
||||||
description = "Multi DTB with TF-A";
|
description = "Multi DTB with TF-A";
|
||||||
|
@ -148,6 +157,7 @@ cat << __CONF_SECTION1_EOF
|
||||||
};
|
};
|
||||||
__CONF_SECTION1_EOF
|
__CONF_SECTION1_EOF
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
cat << __ITS_EOF
|
cat << __ITS_EOF
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue