diff options
author | Tom Rini <trini@konsulko.com> | 2020-03-12 12:50:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-12 12:50:09 -0400 |
commit | 6e3cd0a3845cbba7e49f48b2ec326564986bfb9b (patch) | |
tree | ebddab7c9823343238ee26cec87edc20b749297c | |
parent | 36bdcf7f3b17ec6d8cec782e7f1d5b0b8014300a (diff) | |
parent | 7a02e4d53c4a44a565cc9228bd1b78e0a2bdd6b5 (diff) |
Merge tag 'u-boot-stm32-20200310' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- stm32mp: fix dependency for CONFIG_STM32_ETZPC
-rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index e4d621dee8..96153693a7 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -119,7 +119,7 @@ config SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION_MMC2 config STM32_ETZPC bool "STM32 Extended TrustZone Protection" - depends on TARGET_STM32MP1 + depends on STM32MP15x default y help Say y to enable STM32 Extended TrustZone Protection |