diff mbox series

[1/1] configs/nitrogen8m: add u-boot-nodtb.bin custom target

Message ID 20191228173910.227339-1-juju@cotds.org
State Accepted
Headers show
Series [1/1] configs/nitrogen8m: add u-boot-nodtb.bin custom target | expand

Commit Message

Julien Olivain Dec. 28, 2019, 5:39 p.m. UTC
Recent change introduced in [1] use the "nodtb" variant of u-boot
image. This broke the nitrogen8m_defconfig which was not including the
generation of this U-Boot image. This patch add this target.

[1] https://git.buildroot.org/buildroot/commit/?id=d130f0a83700b52ba51ebde22885f0f9e577ee29

Fixes:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/389451762

Signed-off-by: Julien Olivain <juju@cotds.org>
---
 configs/nitrogen8m_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Gary Bisson Dec. 29, 2019, 4:38 p.m. UTC | #1
Hi Julien,

Le sam. 28 déc. 2019 à 18:39, Julien Olivain <juju@cotds.org> a écrit :
>
> Recent change introduced in [1] use the "nodtb" variant of u-boot
> image. This broke the nitrogen8m_defconfig which was not including the
> generation of this U-Boot image. This patch add this target.
>
> [1] https://git.buildroot.org/buildroot/commit/?id=d130f0a83700b52ba51ebde22885f0f9e577ee29
>
> Fixes:
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/389451762
>
> Signed-off-by: Julien Olivain <juju@cotds.org>

Tested-by: Gary Bisson <bisson.gary@gmail.com>

Thanks for your patch.

Regards,
Gary
Yann E. MORIN Dec. 29, 2019, 5:08 p.m. UTC | #2
Julien, All,

On 2019-12-28 18:39 +0100, Julien Olivain spake thusly:
> Recent change introduced in [1] use the "nodtb" variant of u-boot
> image. This broke the nitrogen8m_defconfig which was not including the
> generation of this U-Boot image. This patch add this target.
> 
> [1] https://git.buildroot.org/buildroot/commit/?id=d130f0a83700b52ba51ebde22885f0f9e577ee29
> 
> Fixes:
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/389451762
> 
> Signed-off-by: Julien Olivain <juju@cotds.org>

Applied to master, thanks!

Regards,
Yann E. MORIN.

> ---
>  configs/nitrogen8m_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configs/nitrogen8m_defconfig b/configs/nitrogen8m_defconfig
> index 9b758f0b97..4ca7e60700 100644
> --- a/configs/nitrogen8m_defconfig
> +++ b/configs/nitrogen8m_defconfig
> @@ -40,6 +40,8 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>  BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
>  # Latest revision of branch boundary-imx_v2017.03_4.9.51_imx8m_ga
>  BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-boot-imx6/archive/b661d854.tar.gz"
> +BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
> +BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-nodtb.bin"
>  BR2_TARGET_UBOOT_NEEDS_DTC=y
>  BR2_TARGET_UBOOT_SPL=y
>  
> -- 
> 2.24.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/configs/nitrogen8m_defconfig b/configs/nitrogen8m_defconfig
index 9b758f0b97..4ca7e60700 100644
--- a/configs/nitrogen8m_defconfig
+++ b/configs/nitrogen8m_defconfig
@@ -40,6 +40,8 @@  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
 # Latest revision of branch boundary-imx_v2017.03_4.9.51_imx8m_ga
 BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-boot-imx6/archive/b661d854.tar.gz"
+BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
+BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-nodtb.bin"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_SPL=y