summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-08-07 18:56:56 -0400
committerMike Frysinger <vapier@gentoo.org>2009-01-28 13:26:11 -0500
commit68e5632494168095d75f120af70043b68afd2476 (patch)
treef43f573aae139a6144f56c337a811b84516b7864 /Makefile
parent746290dfd86a70b41fc5fdd3df1424a647d5c5e8 (diff)
downloadblackbird-obmc-uboot-68e5632494168095d75f120af70043b68afd2476.tar.gz
blackbird-obmc-uboot-68e5632494168095d75f120af70043b68afd2476.zip
Blackfin: dont generate ldrs with --force
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud