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

Blackfin: bf527-sdp: update custom CFLAGS paths

Looks like the filesystem shuffling missed the SDP board.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
master
Mike Frysinger 15 years ago
parent fbcf8e8c75
commit 80528a7848
  1. 4
      board/bf527-sdp/config.mk

@ -23,8 +23,8 @@
# MA 02111-1307 USA
#
CFLAGS_lib_generic += -O2
CFLAGS_lzma += -O2
CFLAGS_lib += -O2
CFLAGS_lib/lzma += -O2
# Set some default LDR flags based on boot mode.
LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 6

Loading…
Cancel
Save