Skip to content
Snippets Groups Projects
Commit 4bdcbe60 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent cec6f213
No related branches found
No related tags found
No related merge requests found
......@@ -811,8 +811,4 @@ void board_init_f(ulong dummy)
/* load/boot image from boot device */
board_init_r(NULL, 0);
}
void reset_cpu(ulong addr)
{
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment