diff mbox series

ARM: stm32: Enable bootd, iminfo, imxtract on DHCOM

Message ID 20200401151315.119217-1-marex@denx.de
State Accepted
Commit 23d203d62e0ec95bc42bf96c56df991ff924f360
Delegated to: Patrice Chotard
Headers show
Series ARM: stm32: Enable bootd, iminfo, imxtract on DHCOM | expand

Commit Message

Marek Vasut April 1, 2020, 3:13 p.m. UTC
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 <marex@denx.de>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
---
 configs/stm32mp15_dhcom_basic_defconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Patrick DELAUNAY April 10, 2020, 3:40 p.m. UTC | #1
Dear Marek,

> From: Marek Vasut <marex@denx.de>
> Sent: mercredi 1 avril 2020 17:13
> 
> 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 <marex@denx.de>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> ---

Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>

And I think I will done the same patch on ST defconfig.

Thanks

Patrick
Marek Vasut April 10, 2020, 4:44 p.m. UTC | #2
On 4/10/20 5:40 PM, Patrick DELAUNAY wrote:
> Dear Marek,
> 
>> From: Marek Vasut <marex@denx.de>
>> Sent: mercredi 1 avril 2020 17:13
>>
>> 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 <marex@denx.de>
>> Cc: Patrick Delaunay <patrick.delaunay@st.com>
>> Cc: Patrice Chotard <patrice.chotard@st.com>
>> ---
> 
> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
> 
> And I think I will done the same patch on ST defconfig.

Yes please, without this, it was quite annoying on the stm32mp1.
Patrick DELAUNAY April 24, 2020, 4:03 p.m. UTC | #3
Dear Marek,

> From: Marek Vasut <marex@denx.de>
> Sent: mercredi 1 avril 2020 17:13
> 
> 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 <marex@denx.de>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> ---
>  configs/stm32mp15_dhcom_basic_defconfig | 3 ---
>  1 file changed, 3 deletions(-)
> 

Applied to u-boot-stm/master, thanks!

Regards

Patrick
diff mbox series

Patch

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