From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 7 Aug 2008 22:56:56 +0000 (-0400)
Subject: Blackfin: dont generate ldrs with --force
X-Git-Tag: v2025.01-rc5-pxa1908~21557^2~29
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=68e5632494168095d75f120af70043b68afd2476;p=u-boot.git

Blackfin: dont generate ldrs with --force

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---

diff --git a/Makefile b/Makefile
index d26a004453..9647bd2f41 100644
--- a/Makefile
+++ b/Makefile
@@ -317,7 +317,7 @@ $(obj)u-boot.bin:	$(obj)u-boot
 		$(OBJCOPY) ${OBJCFLAGS} -O binary $< $@
 
 $(obj)u-boot.ldr:	$(obj)u-boot
-		$(LDR) -T $(CONFIG_BFIN_CPU) -f -c $@ $< $(LDR_FLAGS)
+		$(LDR) -T $(CONFIG_BFIN_CPU) -c $@ $< $(LDR_FLAGS)
 
 $(obj)u-boot.ldr.hex:	$(obj)u-boot.ldr
 		$(OBJCOPY) ${OBJCFLAGS} -O ihex $< $@ -I binary