diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-04-22 14:29:09 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2020-05-14 09:02:12 +0200 |
commit | 586117ce804ee38d0ad8643f9be440c15636ea82 (patch) | |
tree | 7198271ffa20ecb0ad3df2b23a130b07c7043a6e /arch | |
parent | 306a5cf24f30b9eea1c7ca04bba4af11c097b2d9 (diff) | |
download | u-boot-586117ce804ee38d0ad8643f9be440c15636ea82.tar.gz u-boot-586117ce804ee38d0ad8643f9be440c15636ea82.tar.bz2 u-boot-586117ce804ee38d0ad8643f9be440c15636ea82.zip |
arm: stm32mp: remove dependency for STM32KEY
This command is not more depending on fuse command, but have
direct access to BSEC misc driver, so the dependency with
can be removed CMD_FUSE
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index 6fed2c622c..6c995ed8d8 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -127,12 +127,10 @@ config CMD_STM32PROG config CMD_STM32KEY bool "command stm32key to fuse public key hash" default y - depends on CMD_FUSE help fuse public key hash in corresponding fuse used to authenticate binary. - config PRE_CON_BUF_ADDR default 0xC02FF000 |