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

Fix MIPS build problem

master
wdenk 22 years ago
parent c021880ac5
commit cdd8a0f151
  1. 1
      examples/Makefile

@ -30,6 +30,7 @@ BIN = hello_world.bin
ifeq ($(CPU),mips)
SREC =
BIN =
endif
# The following example is pretty 8xx specific...

Loading…
Cancel
Save