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

ARM: rmobile: salvator-x: Zap redefined DECLARE_GLOBAL_DATA_PTR

The macro is used twice in the salvator-x board file, drop one.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
master
Marek Vasut 8 years ago committed by Nobuhiro Iwamatsu
parent f7fda5d1c0
commit 60c48e42a0
  1. 1
      board/renesas/salvator-x/salvator-x.c

@ -65,7 +65,6 @@ int board_early_init_f(void)
/* -/W 32 Power resume control register 2 (3DG) */
#define SYSC_PWRONCR2 0xE618010C
DECLARE_GLOBAL_DATA_PTR;
int board_init(void)
{
/* adress of boot parameters */

Loading…
Cancel
Save