Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imx7dpico: Bump U-Boot version to 2019.10
@ 2019-10-08 18:22 Joris Offouga
  2019-10-08 20:23 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Joris Offouga @ 2019-10-08 18:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 configs/imx7dpico_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/imx7dpico_defconfig b/configs/imx7dpico_defconfig
index 7e148453d6..64961628a0 100644
--- a/configs/imx7dpico_defconfig
+++ b/configs/imx7dpico_defconfig
@@ -25,7 +25,7 @@ BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="SPL"
 BR2_TARGET_UBOOT_BOARDNAME="pico-pi-imx7d"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
 BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y
 
 # wifi firmware for brcm43439
-- 
2.17.1

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

* [Buildroot] [PATCH] imx7dpico: Bump U-Boot version to 2019.10
  2019-10-08 18:22 [Buildroot] [PATCH] imx7dpico: Bump U-Boot version to 2019.10 Joris Offouga
@ 2019-10-08 20:23 ` Thomas Petazzoni
  2019-10-08 20:36   ` Joris Offouga
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:23 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Oct 2019 20:22:24 +0200
Joris Offouga <offougajoris@gmail.com> wrote:

> Signed-off-by: Joris Offouga <offougajoris@gmail.com>
> ---
>  configs/imx7dpico_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] imx7dpico: Bump U-Boot version to 2019.10
  2019-10-08 20:23 ` Thomas Petazzoni
@ 2019-10-08 20:36   ` Joris Offouga
  2019-10-08 20:44     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Joris Offouga @ 2019-10-08 20:36 UTC (permalink / raw)
  To: buildroot


Le 08/10/2019 ? 22:23, Thomas Petazzoni a ?crit?:
> On Tue,  8 Oct 2019 20:22:24 +0200
> Joris Offouga <offougajoris@gmail.com> wrote:
>
>> Signed-off-by: Joris Offouga <offougajoris@gmail.com>
>> ---
>>   configs/imx7dpico_defconfig | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
> Applied to master, thanks.

Thanks Thomas,? Otherwise there is also another patchn I do not know if 
you saw it: https://patchwork.ozlabs.org/patch/1172711/

Regards,

Joris

>
> Thomas

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

* [Buildroot] [PATCH] imx7dpico: Bump U-Boot version to 2019.10
  2019-10-08 20:36   ` Joris Offouga
@ 2019-10-08 20:44     ` Thomas Petazzoni
  2019-10-08 20:49       ` Joris Offouga
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:44 UTC (permalink / raw)
  To: buildroot

On Tue, 8 Oct 2019 22:36:42 +0200
Joris Offouga <offougajoris@gmail.com> wrote:

> Thanks Thomas,? Otherwise there is also another patchn I do not know if 
> you saw it: https://patchwork.ozlabs.org/patch/1172711/

As you're pointing patchwork, I'm sure you know that all patches are
recorded until they get merged, so they cannot be lost. So I had seen
your patch indeed, but there are ~340 other patches in the pending
queue :-)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] imx7dpico: Bump U-Boot version to 2019.10
  2019-10-08 20:44     ` Thomas Petazzoni
@ 2019-10-08 20:49       ` Joris Offouga
  0 siblings, 0 replies; 5+ messages in thread
From: Joris Offouga @ 2019-10-08 20:49 UTC (permalink / raw)
  To: buildroot


Le 08/10/2019 ? 22:44, Thomas Petazzoni a ?crit?:
> On Tue, 8 Oct 2019 22:36:42 +0200
> Joris Offouga <offougajoris@gmail.com> wrote:
>
>> Thanks Thomas,? Otherwise there is also another patchn I do not know if
>> you saw it: https://patchwork.ozlabs.org/patch/1172711/
> As you're pointing patchwork, I'm sure you know that all patches are
> recorded until they get merged, so they cannot be lost. So I had seen
> your patch indeed, but there are ~340 other patches in the pending
> queue :-)

Oh sure, thanks and good luck for this work :-)

Joris

> Thanks!
>
> Thomas

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

end of thread, other threads:[~2019-10-08 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-08 18:22 [Buildroot] [PATCH] imx7dpico: Bump U-Boot version to 2019.10 Joris Offouga
2019-10-08 20:23 ` Thomas Petazzoni
2019-10-08 20:36   ` Joris Offouga
2019-10-08 20:44     ` Thomas Petazzoni
2019-10-08 20:49       ` Joris Offouga

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