mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-06 11:21:25 +01:00
Correct SPL use of SL28_SPL_LOADS_OPTEE_BL32
This converts 1 usage of this option to the non-SPL form, since there is no SPL_SL28_SPL_LOADS_OPTEE_BL32 defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8f7f4e9401
commit
4337b9b6dc
@ -188,7 +188,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
|
|||||||
|
|
||||||
fdt_fixup_icid(blob);
|
fdt_fixup_icid(blob);
|
||||||
|
|
||||||
if (CONFIG_IS_ENABLED(SL28_SPL_LOADS_OPTEE_BL32)) {
|
if (IS_ENABLED(CONFIG_SL28_SPL_LOADS_OPTEE_BL32)) {
|
||||||
node = fdt_node_offset_by_compatible(blob, -1, "linaro,optee-tz");
|
node = fdt_node_offset_by_compatible(blob, -1, "linaro,optee-tz");
|
||||||
if (node)
|
if (node)
|
||||||
fdt_set_node_status(blob, node, FDT_STATUS_OKAY);
|
fdt_set_node_status(blob, node, FDT_STATUS_OKAY);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user