Skip to content

Commit

Permalink
plat-nuvoton: force CFG_EXTERNAL_DT=n
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>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
rutigl committed Aug 6, 2023
1 parent 9fe7a35 commit 5e3f081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,9 @@ $(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

0 comments on commit 5e3f081

Please sign in to comment.