All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: clearfog_defconfig: enable setexpr command
@ 2022-04-29 15:49 Josef Schlehofer
  2022-05-02  5:25 ` Stefan Roese
  2022-05-02 15:45 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Josef Schlehofer @ 2022-04-29 15:49 UTC (permalink / raw)
  To: u-boot; +Cc: sr

This command is useful in U-boot scripts and it is being used by
OpenWrt bootscript for this board [1]. Otherwise shell scripting
commands are enabled by default in cmd/Kconfig.

[1] https://github.com/openwrt/openwrt/blob/852126680e21edc71c0c66561ae5a6d7479dcc67/target/linux/mvebu/image/clearfog.bootscript#L7

[2] https://source.denx.de/u-boot/u-boot/-/blob/e95afa56753cebcd20a5114b6d121f281b789006/cmd/Kconfig#L1504

Fixes: 0299c90f396c5b2971a4bac596339f4b03661c27 ("arm: mvebu: Add
SolidRun ClearFog Armada 38x initial support")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
---
 configs/clearfog_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index 880f16a6e0..1e9c389deb 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -34,7 +34,6 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
-# CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_CACHE=y
 CONFIG_CMD_TIME=y
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: mvebu: clearfog_defconfig: enable setexpr command
  2022-04-29 15:49 [PATCH] arm: mvebu: clearfog_defconfig: enable setexpr command Josef Schlehofer
@ 2022-05-02  5:25 ` Stefan Roese
  2022-05-02 15:45 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2022-05-02  5:25 UTC (permalink / raw)
  To: Josef Schlehofer, u-boot

On 29.04.22 17:49, Josef Schlehofer wrote:
> This command is useful in U-boot scripts and it is being used by
> OpenWrt bootscript for this board [1]. Otherwise shell scripting
> commands are enabled by default in cmd/Kconfig.
> 
> [1] https://github.com/openwrt/openwrt/blob/852126680e21edc71c0c66561ae5a6d7479dcc67/target/linux/mvebu/image/clearfog.bootscript#L7
> 
> [2] https://source.denx.de/u-boot/u-boot/-/blob/e95afa56753cebcd20a5114b6d121f281b789006/cmd/Kconfig#L1504
> 
> Fixes: 0299c90f396c5b2971a4bac596339f4b03661c27 ("arm: mvebu: Add
> SolidRun ClearFog Armada 38x initial support")
> 
> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   configs/clearfog_defconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
> index 880f16a6e0..1e9c389deb 100644
> --- a/configs/clearfog_defconfig
> +++ b/configs/clearfog_defconfig
> @@ -34,7 +34,6 @@ CONFIG_CMD_MMC=y
>   CONFIG_CMD_PCI=y
>   CONFIG_CMD_SPI=y
>   CONFIG_CMD_USB=y
> -# CONFIG_CMD_SETEXPR is not set
>   CONFIG_CMD_TFTPPUT=y
>   CONFIG_CMD_CACHE=y
>   CONFIG_CMD_TIME=y

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: mvebu: clearfog_defconfig: enable setexpr command
  2022-04-29 15:49 [PATCH] arm: mvebu: clearfog_defconfig: enable setexpr command Josef Schlehofer
  2022-05-02  5:25 ` Stefan Roese
@ 2022-05-02 15:45 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2022-05-02 15:45 UTC (permalink / raw)
  To: Josef Schlehofer, u-boot

On 29.04.22 17:49, Josef Schlehofer wrote:
> This command is useful in U-boot scripts and it is being used by
> OpenWrt bootscript for this board [1]. Otherwise shell scripting
> commands are enabled by default in cmd/Kconfig.
> 
> [1] https://github.com/openwrt/openwrt/blob/852126680e21edc71c0c66561ae5a6d7479dcc67/target/linux/mvebu/image/clearfog.bootscript#L7
> 
> [2] https://source.denx.de/u-boot/u-boot/-/blob/e95afa56753cebcd20a5114b6d121f281b789006/cmd/Kconfig#L1504
> 
> Fixes: 0299c90f396c5b2971a4bac596339f4b03661c27 ("arm: mvebu: Add
> SolidRun ClearFog Armada 38x initial support")
> 
> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
>   configs/clearfog_defconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
> index 880f16a6e0..1e9c389deb 100644
> --- a/configs/clearfog_defconfig
> +++ b/configs/clearfog_defconfig
> @@ -34,7 +34,6 @@ CONFIG_CMD_MMC=y
>   CONFIG_CMD_PCI=y
>   CONFIG_CMD_SPI=y
>   CONFIG_CMD_USB=y
> -# CONFIG_CMD_SETEXPR is not set
>   CONFIG_CMD_TFTPPUT=y
>   CONFIG_CMD_CACHE=y
>   CONFIG_CMD_TIME=y

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-02 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 15:49 [PATCH] arm: mvebu: clearfog_defconfig: enable setexpr command Josef Schlehofer
2022-05-02  5:25 ` Stefan Roese
2022-05-02 15:45 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.