mx6ul_14x14_evk: Remove empty reset_cpu()
There is really no need to provide an empty reset_cpu() implementation, so just remove it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
cec6f213b6
commit
4bdcbe60a1
|
@ -811,8 +811,4 @@ void board_init_f(ulong dummy)
|
||||||
/* load/boot image from boot device */
|
/* load/boot image from boot device */
|
||||||
board_init_r(NULL, 0);
|
board_init_r(NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset_cpu(ulong addr)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue