projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6752da6
)
ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage
author
Jason Jin
<Jason.jin@freescale.com>
Mon, 22 Aug 2011 08:26:50 +0000
(16:26 +0800)
committer
jason
<jason@jason-ThinkPad-T61.(none)>
Sun, 4 Sep 2011 14:46:55 +0000
(22:46 +0800)
Remove the additional linker options for CONFIG_STANDALONE_LOAD_ADDR
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
arch/m68k/config.mk
patch
|
blob
|
history
diff --git
a/arch/m68k/config.mk
b/arch/m68k/config.mk
index 81b14c23b349090b21101a540e5a6d2f6a5c0153..11ba334a610aa56627520f8d2fb7da7429b906a3 100644
(file)
--- a/
arch/m68k/config.mk
+++ b/
arch/m68k/config.mk
@@
-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