Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/c0039753cb0f2dfc9d62b2744d62bfae374bf26b You should set ROOT_URL correctly, otherwise the web may not work correctly.

mx6slevk: 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>
master
Fabio Estevam 10 years ago committed by Stefano Babic
parent 26fbe9e531
commit c0039753cb
  1. 4
      board/freescale/mx6slevk/mx6slevk.c

@ -520,8 +520,4 @@ void board_init_f(ulong dummy)
/* load/boot image from boot device */
board_init_r(NULL, 0);
}
void reset_cpu(ulong addr)
{
}
#endif

Loading…
Cancel
Save