mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-27 17:41:46 +02:00
configs: stm32mp15: activate CMD_ELF
Activate CONFIG_CMD_ELF to accept the command "bootelf". This patch simplifies the file stm32mp defconfig, as we have no reason to deactivate this command. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
d931186312
commit
33f5000ee8
@ -30,7 +30,6 @@ CONFIG_SPL_POWER_SUPPORT=y
|
|||||||
CONFIG_SPL_SPI_FLASH_MTD=y
|
CONFIG_SPL_SPI_FLASH_MTD=y
|
||||||
CONFIG_SYS_PROMPT="STM32MP> "
|
CONFIG_SYS_PROMPT="STM32MP> "
|
||||||
CONFIG_CMD_ADTIMG=y
|
CONFIG_CMD_ADTIMG=y
|
||||||
# CONFIG_CMD_ELF is not set
|
|
||||||
CONFIG_CMD_ERASEENV=y
|
CONFIG_CMD_ERASEENV=y
|
||||||
CONFIG_CMD_MEMINFO=y
|
CONFIG_CMD_MEMINFO=y
|
||||||
CONFIG_CMD_MEMTEST=y
|
CONFIG_CMD_MEMTEST=y
|
||||||
|
@ -14,7 +14,6 @@ CONFIG_FIT=y
|
|||||||
CONFIG_BOOTCOMMAND="run bootcmd_stm32mp"
|
CONFIG_BOOTCOMMAND="run bootcmd_stm32mp"
|
||||||
CONFIG_SYS_PROMPT="STM32MP> "
|
CONFIG_SYS_PROMPT="STM32MP> "
|
||||||
CONFIG_CMD_ADTIMG=y
|
CONFIG_CMD_ADTIMG=y
|
||||||
# CONFIG_CMD_ELF is not set
|
|
||||||
CONFIG_CMD_ERASEENV=y
|
CONFIG_CMD_ERASEENV=y
|
||||||
CONFIG_CMD_MEMINFO=y
|
CONFIG_CMD_MEMINFO=y
|
||||||
CONFIG_CMD_MEMTEST=y
|
CONFIG_CMD_MEMTEST=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user