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

ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCs

This function should just return for unknown SoCs rather than writing
unexpected values to registers.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
master
Masahiro Yamada 9 years ago
parent 1d22c4b1bd
commit 5d07648662
  1. 1
      arch/arm/mach-uniphier/arm32/debug_ll.S

@ -175,6 +175,7 @@ proxstream2_end:
b init_uart
ph1_ld6b_end:
#endif
mov pc, lr
init_uart:
addruart r0, r1, r2

Loading…
Cancel
Save