boards: Remove OUTPUT_FORMAT and OUTPUT_ARCH from ld script

let toolchain decide the correct value base on the command line

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I342db6a88e4a161a322a8fea48a59e6ca7617ae6
This commit is contained in:
Xiang Xiao
2020-06-02 18:00:35 +08:00
committed by patacongo
parent 86b7c20b7d
commit 4fe35cc87c
54 changed files with 0 additions and 108 deletions
@@ -48,8 +48,6 @@ MEMORY
ddr3 (W!RX) : ORIGIN = 0x10800000, LENGTH = 1024M - 8M
}
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(entry)
ENTRY(_stext)