Skip to content

Commit

Permalink
bsp: optee-os-fio-bsp-mfgtool: enable CAAM for imx7ulpea-com
Browse files Browse the repository at this point in the history
Enable missing CAAM support to fix a build error:

core/kernel/huk_subkey.o: in function `huk_subkey_derive':
core/kernel/huk_subkey.c:78: undefined reference to `tee_otp_get_hw_unique_key'

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Mar 15, 2023
1 parent ea0b764 commit 7f82877
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ EXTRA_OEMAKE:append:imx7ulpea-ucom = " \
CFG_DRAM_BASE=0x60000000 CFG_NS_ENTRY_ADDR=0x67800000 \
CFG_TZDRAM_START=0x9e000000 CFG_DT=y CFG_OVERLAY_ADDR=0x65000000 \
CFG_NXP_WORKAROUND_CAAM_LOCKED_BY_HAB=y \
CFG_NXP_CAAM=y \
"
EXTRA_OEMAKE:append:imx8mp-lpddr4-evk = " \
CFG_TZDRAM_START=0x56000000 \
Expand Down

0 comments on commit 7f82877

Please sign in to comment.