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

PPC 85xx QEMU: Make a generic board file

This patch enables the E500 QEMU board to use the generic cross-arch board
infrastructure.

Signed-off-by: Alexander Graf <agraf@suse.de>
master
Alexander Graf 11 years ago committed by York Sun
parent f13c9156a9
commit eab3bfbcd1
  1. 1
      include/configs/qemu-ppce500.h

@ -19,6 +19,7 @@
#undef CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_TEXT_BASE 0xf01000 /* 15 MB */
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_SYS_MPC85XX_NO_RESETVEC

Loading…
Cancel
Save