public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1] configs: colibri-imx7: Enable bootd command
@ 2022-08-03 11:20 Francesco Dolcini
  2022-08-03 13:08 ` Marcel Ziswiler
  0 siblings, 1 reply; 3+ messages in thread
From: Francesco Dolcini @ 2022-08-03 11:20 UTC (permalink / raw)
  To: Marcel Ziswiler, u-boot; +Cc: Francesco Dolcini

Enable boot/bootd command in toradex colibri-imx7 defconfig,
it's just convenient to have it in and every other toradex board
already includes it.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
 configs/colibri_imx7_defconfig      | 1 -
 configs/colibri_imx7_emmc_defconfig | 1 -
 2 files changed, 2 deletions(-)

diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig
index fbc660eb4e94..5ca2b9f40d71 100644
--- a/configs/colibri_imx7_defconfig
+++ b/configs/colibri_imx7_defconfig
@@ -27,7 +27,6 @@ CONFIG_BOARD_LATE_INIT=y
 CONFIG_SYS_PROMPT="Colibri iMX7 # "
 CONFIG_SYS_MAXARGS=32
 CONFIG_SYS_PBSIZE=544
-# CONFIG_CMD_BOOTD is not set
 # CONFIG_BOOTM_PLAN9 is not set
 # CONFIG_BOOTM_RTEMS is not set
 # CONFIG_CMD_IMI is not set
diff --git a/configs/colibri_imx7_emmc_defconfig b/configs/colibri_imx7_emmc_defconfig
index ea1aa4c3a642..b2150f0e63c5 100644
--- a/configs/colibri_imx7_emmc_defconfig
+++ b/configs/colibri_imx7_emmc_defconfig
@@ -26,7 +26,6 @@ CONFIG_BOARD_LATE_INIT=y
 CONFIG_SYS_PROMPT="Colibri iMX7 # "
 CONFIG_SYS_MAXARGS=32
 CONFIG_SYS_PBSIZE=544
-# CONFIG_CMD_BOOTD is not set
 # CONFIG_BOOTM_PLAN9 is not set
 # CONFIG_BOOTM_RTEMS is not set
 # CONFIG_CMD_IMI is not set
-- 
2.25.1


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

* Re: [PATCH v1] configs: colibri-imx7: Enable bootd command
  2022-08-03 11:20 Francesco Dolcini
@ 2022-08-03 13:08 ` Marcel Ziswiler
  0 siblings, 0 replies; 3+ messages in thread
From: Marcel Ziswiler @ 2022-08-03 13:08 UTC (permalink / raw)
  To: u-boot@lists.denx.de, Francesco Dolcini

On Wed, 2022-08-03 at 13:20 +0200, Francesco Dolcini wrote:
> Enable boot/bootd command in toradex colibri-imx7 defconfig,
> it's just convenient to have it in and every other toradex board
> already includes it.
> 
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>

Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

> ---
>  configs/colibri_imx7_defconfig      | 1 -
>  configs/colibri_imx7_emmc_defconfig | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig
> index fbc660eb4e94..5ca2b9f40d71 100644
> --- a/configs/colibri_imx7_defconfig
> +++ b/configs/colibri_imx7_defconfig
> @@ -27,7 +27,6 @@ CONFIG_BOARD_LATE_INIT=y
>  CONFIG_SYS_PROMPT="Colibri iMX7 # "
>  CONFIG_SYS_MAXARGS=32
>  CONFIG_SYS_PBSIZE=544
> -# CONFIG_CMD_BOOTD is not set
>  # CONFIG_BOOTM_PLAN9 is not set
>  # CONFIG_BOOTM_RTEMS is not set
>  # CONFIG_CMD_IMI is not set
> diff --git a/configs/colibri_imx7_emmc_defconfig b/configs/colibri_imx7_emmc_defconfig
> index ea1aa4c3a642..b2150f0e63c5 100644
> --- a/configs/colibri_imx7_emmc_defconfig
> +++ b/configs/colibri_imx7_emmc_defconfig
> @@ -26,7 +26,6 @@ CONFIG_BOARD_LATE_INIT=y
>  CONFIG_SYS_PROMPT="Colibri iMX7 # "
>  CONFIG_SYS_MAXARGS=32
>  CONFIG_SYS_PBSIZE=544
> -# CONFIG_CMD_BOOTD is not set
>  # CONFIG_BOOTM_PLAN9 is not set
>  # CONFIG_BOOTM_RTEMS is not set
>  # CONFIG_CMD_IMI is not set

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

* [PATCH v1] configs: colibri-imx7: Enable bootd command
@ 2022-10-24 13:54 sbabic
  0 siblings, 0 replies; 3+ messages in thread
From: sbabic @ 2022-10-24 13:54 UTC (permalink / raw)
  To: Francesco Dolcini, u-boot

> Enable boot/bootd command in toradex colibri-imx7 defconfig,
> it's just convenient to have it in and every other toradex board
> already includes it.
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

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

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

end of thread, other threads:[~2022-10-24 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-24 13:54 [PATCH v1] configs: colibri-imx7: Enable bootd command sbabic
  -- strict thread matches above, loose matches on Subject: below --
2022-08-03 11:20 Francesco Dolcini
2022-08-03 13:08 ` Marcel Ziswiler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox