On Thu, Feb 27, 2014 at 02:53:19PM +0100, Lucas Stach wrote: > This was broken with commit 2a1f5f802e > "ARM: rename boards to more consistent naming" > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> Applied, thanks Sascha > --- > The bad commit is currently in -master, so this patch > should go there to avoid a breaking this board with the > .03 release. > --- > arch/arm/boards/datamodul-edm-qmx6/lowlevel.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boards/datamodul-edm-qmx6/lowlevel.c b/arch/arm/boards/datamodul-edm-qmx6/lowlevel.c > index de7cc98efebe..33e0152bc743 100644 > --- a/arch/arm/boards/datamodul-edm-qmx6/lowlevel.c > +++ b/arch/arm/boards/datamodul-edm-qmx6/lowlevel.c > @@ -164,8 +164,8 @@ ENTRY_FUNCTION(start_imx6_realq7, r0, r1, r2) > * inside valid SDRAM instead of SRAM. > */ > memcpy((void *)sdram, (void *)fdt, > - __dtb_imx6q_dmo_edmqmx6_start - > - __dtb_imx6q_dmo_edmqmx6_end); > + __dtb_imx6q_dmo_edmqmx6_end - > + __dtb_imx6q_dmo_edmqmx6_start); > fdt = sdram; > } > > -- > 1.8.5.3 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > 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 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox