projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
746290d
)
Blackfin: dont generate ldrs with --force
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 7 Aug 2008 22:56:56 +0000
(18:56 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 28 Jan 2009 18:26:11 +0000
(13:26 -0500)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d26a0044534fed2d8186ba082f4f0ed22416a346..9647bd2f41125475155a924985bc026c52f56e43 100644
(file)
--- 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