From: Marek Vasut Date: Wed, 1 Apr 2020 15:13:15 +0000 (+0200) Subject: ARM: stm32: Enable bootd, iminfo, imxtract on DHCOM X-Git-Tag: v2020.07-rc1~15^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=23d203d62e0ec95bc42bf96c56df991ff924f360;p=oweals%2Fu-boot.git ARM: stm32: Enable bootd, iminfo, imxtract on DHCOM Enable these standard U-Boot commands for image manipulation and for starting the default boot command using 'boot' command in U-Boot shell. Signed-off-by: Marek Vasut Cc: Patrick Delaunay Cc: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/configs/stm32mp15_dhcom_basic_defconfig b/configs/stm32mp15_dhcom_basic_defconfig index 683f15e7d5..f830feb306 100644 --- a/configs/stm32mp15_dhcom_basic_defconfig +++ b/configs/stm32mp15_dhcom_basic_defconfig @@ -19,10 +19,7 @@ CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000 CONFIG_SYS_PROMPT="STM32MP> " -# CONFIG_CMD_BOOTD is not set # CONFIG_CMD_ELF is not set -# CONFIG_CMD_IMI is not set -# CONFIG_CMD_XIMG is not set # CONFIG_CMD_EXPORTENV is not set CONFIG_CMD_EEPROM=y CONFIG_CMD_MEMINFO=y