9
0
Fork 0

ARM: i.MX: edmqmx6: fix startup

This was broken with commit 2a1f5f802e
"ARM: rename boards to more consistent naming"

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-02-27 14:53:19 +01:00 committed by Sascha Hauer
parent 17644b55ca
commit b9f2564473
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}