All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage
@ 2011-08-23  6:23 Jason Jin
  0 siblings, 0 replies; only message in thread
From: Jason Jin @ 2011-08-23  6:23 UTC (permalink / raw)
  To: u-boot

Remove the additional linker options for CONFIG_STANDALONE_LOAD_ADDR

Signed-off-by: Jason Jin <Jason.jin@freescale.com>
---
 arch/m68k/config.mk |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/m68k/config.mk b/arch/m68k/config.mk
index 81b14c2..11ba334 100644
--- 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
-- 
1.6.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-23  6:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-23  6:23 [U-Boot] [PATCH 2/2] ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage Jason Jin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.