summaryrefslogtreecommitdiff
path: root/board/kontron
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-06 01:40:49 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 15:41:40 +0300
commit4337b9b6dcdee7c7f6a807335e1730aa2c6760c7 (patch)
tree76095cca5c7b1daa2a2e5f5b619cd4cfe68d1b8a /board/kontron
parent8f7f4e94016201cdaeae5f6528353308c6669212 (diff)
downloadu-boot-4337b9b6dcdee7c7f6a807335e1730aa2c6760c7.tar.xz
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>
Diffstat (limited to 'board/kontron')
-rw-r--r--board/kontron/sl28/sl28.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kontron/sl28/sl28.c b/board/kontron/sl28/sl28.c
index 257923685a..e78a0d5dd3 100644
--- a/board/kontron/sl28/sl28.c
+++ b/board/kontron/sl28/sl28.c
@@ -188,7 +188,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
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");
if (node)
fdt_set_node_status(blob, node, FDT_STATUS_OKAY);