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

sh: Delete the function that was not necessary

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Nobuhiro Iwamatsu 15 years ago committed by Nobuhiro Iwamatsu
parent f3038cde9f
commit 858e8977eb
  1. 1
      arch/sh/lib/bootm.c

@ -100,7 +100,6 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
/* Set commandline */
strcpy(cmdline, bootargs);
sh_check_cmd_arg(bootargs, CMD_ARG_RD_DOLOAD, 10);
/* Initrd */
if (images->rd_start || images->rd_end) {
unsigned long ramdisk_flags = 0;

Loading…
Cancel
Save