[Buildroot] [PATCH] boot/uboot: fix hook to copy imx firmware files

Yann E. MORIN yann.morin.1998 at free.fr
Tue Sep 14 19:44:13 UTC 2021


Heiko, All,

On 2021-09-14 21:27 +0200, Heiko Thiery spake thusly:
> Simplification has broken it. Fix it again.
> 
> Fixes: af99e7a5f3863049 ("boot/uboot: copy IMX firmware files to uboot package dir")
> Cc: Yann E. MORIN <yann.morin.1998 at free.fr>
> Signed-off-by: Heiko Thiery <heiko.thiery at gmail.com>

Thanks for fixing my mess! Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  boot/uboot/uboot.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
> index 184f822af4..2eb1792de9 100644
> --- a/boot/uboot/uboot.mk
> +++ b/boot/uboot/uboot.mk
> @@ -194,7 +194,7 @@ define UBOOT_COPY_IMX_FW_FILES
>  		cp $(BINARIES_DIR)/$(fw) $(@D)/
>  	)
>  endef
> -UBOOT_PRE_BUILD_HOOKS += UBOOT_COPY_IMX_DDR_FIRMWARE
> +UBOOT_PRE_BUILD_HOOKS += UBOOT_COPY_IMX_FW_FILES
>  endif
>  
>  ifeq ($(BR2_TARGET_UBOOT_NEEDS_DTC),y)
> -- 
> 2.20.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list