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 18, 2023
1 parent a48e9fe commit 1e79dff
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 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 1e79dff

Please sign in to comment.