Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm/mach-snapdragon/of_fixup.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static int qcom_of_fixup_nodes(void * __maybe_unused ctx, struct event *event)

time_call(fixup_usb_nodes, root);

if (IS_ENABLED(CONFIG_OPTEE) && is_optee_smc_api())
if (CONFIG_IS_ENABLED(OPTEE) && is_optee_smc_api())
time_call(add_optee_node, root);

return 0;
Expand Down
4 changes: 4 additions & 0 deletions configs/qcom_nord_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ CONFIG_REMAKE_ELF=y

# Address where U-Boot will be loaded
CONFIG_TEXT_BASE=0xD8D00000

CONFIG_TEE=y
CONFIG_OPTEE=y
CONFIG_OPTEE_LIB=y
4 changes: 4 additions & 0 deletions configs/qcom_nord_ride_spl_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ CONFIG_ENV_SCSI_PART_TYPE_GUID="bc0330eb-3410-4951-a617-03898dbe3372"
# CONFIG_ENV_IS_DEFAULT is not set
# CONFIG_ENV_IS_NOWHERE is not set

CONFIG_TEE=y
CONFIG_OPTEE=y
CONFIG_OPTEE_LIB=y

# SPL configurations for Nord-Ride
# Purpose: Load FIT image (containing TFA, OPTEE and U-Boot proper)
# from UFS storage and jump to next image (TFA)
Expand Down
Loading