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

MIPS: Malta: convert to generic board

This patch converts the MIPS Malta development board to make use of the
generic board code now that it is supported on MIPS.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
master
Paul Burton 11 years ago committed by Daniel Schwierzeck
parent 9f0868fffb
commit 5f978d7efe
  1. 3
      include/configs/malta.h

@ -14,6 +14,9 @@
* System configuration
*/
#define CONFIG_MALTA
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_MEMSIZE_IN_BYTES

Loading…
Cancel
Save