mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
MIPS: add support for generating u-boot.elf
Define PLATFORM_ELFFLAGS for MIPS in order to be able to generate u-boot.elf Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
96ee1ada5d
commit
47cf465c25
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ OBJCOPYFLAGS += -O $(64bit-bfd)
|
|||
endif
|
||||
|
||||
PLATFORM_CPPFLAGS += -D__MIPS__
|
||||
PLATFORM_ELFENTRY = "__start"
|
||||
PLATFORM_ELFFLAGS += -B mips $(OBJCOPYFLAGS)
|
||||
|
||||
#
|
||||
# From Linux arch/mips/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue