diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2023-06-08 17:16:47 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2023-06-16 11:01:16 +0200 |
commit | df197e2aa0fbadc62cfd0d8ca879178755fe28f9 (patch) | |
tree | 435d51860dd0b0ad3594fcf5d4e1953351f4ce77 /configs/stm32mp15_trusted_defconfig | |
parent | 5d3abc6023bfe6cfbfcdc39445793a01ddfd00db (diff) | |
download | u-boot-df197e2aa0fbadc62cfd0d8ca879178755fe28f9.tar.gz u-boot-df197e2aa0fbadc62cfd0d8ca879178755fe28f9.tar.bz2 u-boot-df197e2aa0fbadc62cfd0d8ca879178755fe28f9.zip |
configs: stm32mp1: disable CMD_MTDPARTS
Disable CMD_MTDPARTS as it's no more needed and it is strongly
encouraged to avoid using this command anymore.
(see comments in ./cmd/Kconfig:2422).
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32mp15_trusted_defconfig')
-rw-r--r-- | configs/stm32mp15_trusted_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index e7bf2e171a..9c5446d6d4 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -52,7 +52,6 @@ CONFIG_CMD_TIMER=y CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_EXT4_WRITE=y -CONFIG_CMD_MTDPARTS=y CONFIG_CMD_LOG=y CONFIG_CMD_UBI=y CONFIG_OF_LIVE=y |