mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-18 18:21:17 +01:00
ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage
Remove the additional linker options for CONFIG_STANDALONE_LOAD_ADDR Signed-off-by: Jason Jin <Jason.jin@freescale.com>
This commit is contained in:
parent
6752da6b26
commit
3f8ce93956
1 changed files with 1 additions and 2 deletions
|
|
@ -23,8 +23,7 @@
|
|||
|
||||
CROSS_COMPILE ?= m68k-elf-
|
||||
|
||||
clibdir = $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`)
|
||||
CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000 -L $(clibdir)
|
||||
CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_M68K -D__M68K__
|
||||
PLATFORM_LDFLAGS += -n
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue