commit | 47cf465c25d4c121d4b2befc67aabfa044a52389 | [log] [tgz] |
---|---|---|
author | Álvaro Fernández Rojas <noltari@gmail.com> | Thu Apr 20 20:36:27 2017 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed May 10 16:16:09 2017 +0200 |
tree | e73eed9e3440d2f83524c1e80dbdafdc40e99a7b | |
parent | 96ee1ada5dce6e193f68a2cd235cb3e8147178ec [diff] [blame] |
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>
diff --git a/arch/mips/config.mk b/arch/mips/config.mk index dcd3460..2c72c15 100644 --- a/arch/mips/config.mk +++ b/arch/mips/config.mk
@@ -36,6 +36,8 @@ endif PLATFORM_CPPFLAGS += -D__MIPS__ +PLATFORM_ELFENTRY = "__start" +PLATFORM_ELFFLAGS += -B mips $(OBJCOPYFLAGS) # # From Linux arch/mips/Makefile