All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH u-boot-marvell v2 1/2] arm: mvebu: turris_mox: enable wdt command in defconfig
@ 2021-01-19 14:49 Marek Behún
  2021-01-19 14:49 ` [PATCH u-boot-marvell v2 2/2] arm: mvebu: turris_mox: enable setexpr " Marek Behún
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Behún @ 2021-01-19 14:49 UTC (permalink / raw)
  To: u-boot

Enable wdt command in defconfig for Turris MOX. This is useful when
doing debugging.

Signed-off-by: Marek Beh?n <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
---
 configs/turris_mox_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 66dc2473d6..4543acf073 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -31,6 +31,7 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_CACHE=y
-- 
2.26.2

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

* [PATCH u-boot-marvell v2 2/2] arm: mvebu: turris_mox: enable setexpr command in defconfig
  2021-01-19 14:49 [PATCH u-boot-marvell v2 1/2] arm: mvebu: turris_mox: enable wdt command in defconfig Marek Behún
@ 2021-01-19 14:49 ` Marek Behún
  2021-01-19 15:49   ` Stefan Roese
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Behún @ 2021-01-19 14:49 UTC (permalink / raw)
  To: u-boot

Enable setexpr command in defconfig for Turris MOX. We have found that
this is sometimes useful in U-Boot scripts and there is enough space in
NOR memory on MOX.

Signed-off-by: Marek Beh?n <marek.behun@nic.cz>
---
 configs/turris_mox_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 4543acf073..68867161e5 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -32,7 +32,7 @@ CONFIG_CMD_PCI=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_WDT=y
-# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_SETEXPR=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_CACHE=y
 CONFIG_CMD_TIME=y
-- 
2.26.2

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

* [PATCH u-boot-marvell v2 2/2] arm: mvebu: turris_mox: enable setexpr command in defconfig
  2021-01-19 14:49 ` [PATCH u-boot-marvell v2 2/2] arm: mvebu: turris_mox: enable setexpr " Marek Behún
@ 2021-01-19 15:49   ` Stefan Roese
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2021-01-19 15:49 UTC (permalink / raw)
  To: u-boot

On 19.01.21 15:49, Marek Beh?n wrote:
> Enable setexpr command in defconfig for Turris MOX. We have found that
> this is sometimes useful in U-Boot scripts and there is enough space in
> NOR memory on MOX.
> 
> Signed-off-by: Marek Beh?n <marek.behun@nic.cz>

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

Thanks,
Stefan

> ---
>   configs/turris_mox_defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
> index 4543acf073..68867161e5 100644
> --- a/configs/turris_mox_defconfig
> +++ b/configs/turris_mox_defconfig
> @@ -32,7 +32,7 @@ CONFIG_CMD_PCI=y
>   CONFIG_CMD_SPI=y
>   CONFIG_CMD_USB=y
>   CONFIG_CMD_WDT=y
> -# CONFIG_CMD_SETEXPR is not set
> +CONFIG_CMD_SETEXPR=y
>   CONFIG_CMD_TFTPPUT=y
>   CONFIG_CMD_CACHE=y
>   CONFIG_CMD_TIME=y
> 

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

end of thread, other threads:[~2021-01-19 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 14:49 [PATCH u-boot-marvell v2 1/2] arm: mvebu: turris_mox: enable wdt command in defconfig Marek Behún
2021-01-19 14:49 ` [PATCH u-boot-marvell v2 2/2] arm: mvebu: turris_mox: enable setexpr " Marek Behún
2021-01-19 15:49   ` 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.