projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0332e4d
)
Blackfin: pass --bmode/--initcode when creating ldr
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 7 Aug 2008 22:55:30 +0000
(18:55 -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>
blackfin_config.mk
patch
|
blob
|
history
diff --git
a/blackfin_config.mk
b/blackfin_config.mk
index c8be75e08ec0a0c143a08bf3a50f906ccecd9567..7bde449263497c0ffc378e0e7e76c89794e674c6 100644
(file)
--- a/
blackfin_config.mk
+++ b/
blackfin_config.mk
@@
-33,7
+33,11
@@
endif
SYM_PREFIX = _
+LDR_FLAGS += --bmode $(subst BFIN_BOOT_,,$(CONFIG_BFIN_BOOT_MODE))
LDR_FLAGS += --use-vmas
+ifneq ($(CONFIG_BFIN_BOOT_MODE),BFIN_BOOT_BYPASS)
+LDR_FLAGS += --initcode $(obj)cpu/$(CPU)/initcode.o
+endif
ifneq (,$(findstring s,$(MAKEFLAGS)))
LDR_FLAGS += --quiet
endif