Skip to content

Commit

Permalink
plat-nuvoton: configuration change
Browse files Browse the repository at this point in the history
Disables DT insecure warning

Co-developed-by: Hila Miranda-Kuzi <hila.miranda.kuzi1@gmail.com>
Signed-off-by: Hila Miranda-Kuzi <hila.miranda.kuzi1@gmail.com>
Signed-off-by: Margarita Glushkin <rutigl@gmail.com>
  • Loading branch information
rutigl committed Jul 23, 2023
1 parent 2f342aa commit d99ed76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/arch/arm/plat-nuvoton/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ $(call force,CFG_ARM_GICV2,y)
$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)
$(call force,CFG_16550_UART,y)

# Not used now for current platform
$(call force,CFG_EXTERNAL_DT,n)
CFG_WITH_STATS ?= y

# To enable version printing with color in main
Expand Down
1 change: 1 addition & 0 deletions core/arch/arm/plat-nuvoton/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ TEE_Result tee_otp_get_hw_unique_key(struct tee_hw_unique_key *hwkey)

return res;
}

0 comments on commit d99ed76

Please sign in to comment.