[PATCH] bsp/qoriq: Comment out post-link hook

Joel Sherrill joel at rtems.org
Tue Apr 4 14:36:09 UTC 2017


Go ahead and commit this. If we want mkimage to be supported,
there are other BSPs including some gen5200 variants where it
should be included.

--joel

On Tue, Apr 4, 2017 at 1:10 AM, Sebastian Huber <
sebastian.huber at embedded-brains.de> wrote:

> The U-Boot mkimage is not available in general.
>
> Close #2969.
> ---
>  c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
> b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
> index 695c574..3fefeb8 100644
> --- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
> +++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
> @@ -17,9 +17,9 @@ CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
>
>  LDFLAGS = -Wl,--gc-sections
>
> -define bsp-post-link
> -       $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
> -       gzip -f -9 '$(basename $@).bin'
> -       mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000  -name
> '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
> -       $(default-bsp-post-link)
> -endef
> +# define bsp-post-link
> +#   $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
> +#   gzip -f -9 '$(basename $@).bin'
> +#   mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000  -name
> '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
> +#   $(default-bsp-post-link)
> +# endef
> --
> 1.8.4.5
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20170404/a1865fc1/attachment-0002.html>


More information about the devel mailing list