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

novena: Remove empty reset_cpu()

There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
master
Fabio Estevam 10 years ago committed by Stefano Babic
parent 4bdcbe60a1
commit 115866c599
  1. 4
      board/kosagi/novena/novena_spl.c

@ -607,7 +607,3 @@ void board_init_f(ulong dummy)
/* load/boot image from boot device */
board_init_r(NULL, 0);
}
void reset_cpu(ulong addr)
{
}

Loading…
Cancel
Save