From: Mike Frysinger Date: Thu, 7 Aug 2008 22:56:56 +0000 (-0400) Subject: Blackfin: dont generate ldrs with --force X-Git-Tag: v2009.03-rc1~147^2~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68e5632494168095d75f120af70043b68afd2476;p=oweals%2Fu-boot.git Blackfin: dont generate ldrs with --force Signed-off-by: Mike Frysinger --- 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