diff options
| author | Marek Vasut <[email protected]> | 2020-04-01 17:13:15 +0200 |
|---|---|---|
| committer | Patrick Delaunay <[email protected]> | 2020-04-24 17:59:48 +0200 |
| commit | 23d203d62e0ec95bc42bf96c56df991ff924f360 (patch) | |
| tree | 09b7d5c93277cc91450edb852093a7c9fce3e51a | |
| parent | 132e5b68986df84bd404907a8de906260d76ff86 (diff) | |
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 <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Cc: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
| -rw-r--r-- | configs/stm32mp15_dhcom_basic_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/stm32mp15_dhcom_basic_defconfig b/configs/stm32mp15_dhcom_basic_defconfig index 683f15e7d58..f830feb3068 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 |
