[PATCH 1/4] ARM: OMAP: Pass TEXT_BASE address to mk-am35xx-spi-image
Sascha Hauer
s.hauer at pengutronix.de
Wed Aug 7 02:46:26 EDT 2013
On Tue, Aug 06, 2013 at 11:53:04AM +0200, Teresa Gámez wrote:
> Pass the TEXT_BASE to the mk-am35xx-spi-image as the
> default address does not fit for AM33xx.
>
> Signed-off-by: Teresa Gámez <t.gamez at phytec.de>
Applied this series.
Thanks,
Sascha
> ---
> arch/arm/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/Makefile b/arch/arm/Makefile
> index d80c12c..4eced78 100644
> --- a/arch/arm/Makefile
> +++ b/arch/arm/Makefile
> @@ -160,7 +160,7 @@ KBUILD_IMAGE := barebox.ubl
> endif
>
> quiet_cmd_am35xx_spi_image = SPI-IMG $@
> - cmd_am35xx_spi_image = scripts/mk-am35xx-spi-image $< > $@
> + cmd_am35xx_spi_image = scripts/mk-am35xx-spi-image -a $(TEXT_BASE) $< > $@
>
> barebox.spi: $(KBUILD_BINARY) FORCE
> $(call if_changed,am35xx_spi_image)
> --
> 1.7.0.4
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list