mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-15 06:55:17 -04:00
Blackfin: pass --bmode/--initcode when creating ldr
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
0332e4df71
commit
746290dfd8
@ -33,7 +33,11 @@ endif
|
|||||||
|
|
||||||
SYM_PREFIX = _
|
SYM_PREFIX = _
|
||||||
|
|
||||||
|
LDR_FLAGS += --bmode $(subst BFIN_BOOT_,,$(CONFIG_BFIN_BOOT_MODE))
|
||||||
LDR_FLAGS += --use-vmas
|
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)))
|
ifneq (,$(findstring s,$(MAKEFLAGS)))
|
||||||
LDR_FLAGS += --quiet
|
LDR_FLAGS += --quiet
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user