Skip to content
Snippets Groups Projects
Commit 867f54cc authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: use common LDSCRIPT logic


Now that common code is a bit smarter when it comes to default LDSCRIPT
values, rename the default Blackfin file and drop the Blackfin-specific
config.mk logic.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 6f4dd40c
No related branches found
No related tags found
No related merge requests found
...@@ -76,10 +76,6 @@ LDR_FLAGS += $(LDR_FLAGS-y) ...@@ -76,10 +76,6 @@ LDR_FLAGS += $(LDR_FLAGS-y)
# Set some default LDR flags based on boot mode. # Set some default LDR flags based on boot mode.
LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE)) LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE))
ifeq ($(wildcard $(TOPDIR)/board/$(BOARD)/u-boot.lds*),)
LDSCRIPT = $(obj)arch/$(ARCH)/lib/u-boot.lds.S
endif
ifneq ($(CONFIG_SYS_TEXT_BASE),) ifneq ($(CONFIG_SYS_TEXT_BASE),)
$(error do not set CONFIG_SYS_TEXT_BASE for Blackfin boards) $(error do not set CONFIG_SYS_TEXT_BASE for Blackfin boards)
endif endif
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment