[U-Boot] [PATCH 1/7] Blackfin: use common LDSCRIPT logic
Mike Frysinger
vapier at gentoo.org
Tue May 24 05:30:54 CEST 2011
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: Mike Frysinger <vapier at gentoo.org>
---
arch/blackfin/config.mk | 4 ----
arch/blackfin/{lib/u-boot.lds.S => cpu/u-boot.lds} | 0
2 files changed, 0 insertions(+), 4 deletions(-)
rename arch/blackfin/{lib/u-boot.lds.S => cpu/u-boot.lds} (100%)
diff --git a/arch/blackfin/config.mk b/arch/blackfin/config.mk
index f0909e9..71fd53f 100644
--- a/arch/blackfin/config.mk
+++ b/arch/blackfin/config.mk
@@ -76,10 +76,6 @@ LDR_FLAGS += $(LDR_FLAGS-y)
# Set some default LDR flags based on 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),)
$(error do not set CONFIG_SYS_TEXT_BASE for Blackfin boards)
endif
diff --git a/arch/blackfin/lib/u-boot.lds.S b/arch/blackfin/cpu/u-boot.lds
similarity index 100%
rename from arch/blackfin/lib/u-boot.lds.S
rename to arch/blackfin/cpu/u-boot.lds
--
1.7.5.rc3
More information about the U-Boot
mailing list