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

microblaze: Move individual board linker scripts to common script in cpu tree.

Unification for all microblaze boards.

Signed-off-by: Michal Simek <monstr@monstr.eu>
master
Michal Simek 13 years ago
parent d6afd6867c
commit 2e65b44c0f
  1. 2
      arch/microblaze/config.mk
  2. 0
      arch/microblaze/cpu/u-boot.lds

@ -29,3 +29,5 @@ CROSS_COMPILE ?= mb-
CONFIG_STANDALONE_LOAD_ADDR ?= 0x80F00000
PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__
LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds

Loading…
Cancel
Save