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

sh: sh7722: Fix multiple definition of PSDR in serial_sh

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Nobuhiro Iwamatsu 15 years ago committed by Nobuhiro Iwamatsu
parent efc0ba4395
commit 99057064b3
  1. 1
      drivers/serial/serial_sh.h

@ -87,6 +87,7 @@ struct uart_port {
# define SCSCR_INIT(port) 0x32 /* TIE=0,RIE=0,TE=1,RE=1,REIE=0,CKE=1 */
#elif defined(CONFIG_CPU_SH7722)
# define PADR 0xA4050120
# undef PSDR
# define PSDR 0xA405013e
# define PWDR 0xA4050166
# define PSCR 0xA405011E

Loading…
Cancel
Save