9
0
Fork 0

hummingboard: fix entryfunction for real

The entry function wasn't changed properly when the
prototype changed.

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-01-13 13:03:10 +01:00 committed by Sascha Hauer
parent bfcdd2ddef
commit eeac3b7b67
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ ENTRY_FUNCTION(start_imx6dl_hummingboard, r0, r1, r2)
{
uint32_t fdt;
__barebox_arm_head();
arm_cpu_lowlevel_init();
fdt = (uint32_t)__dtb_imx6dl_hummingboard_start - get_runtime_offset();