X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fsh%2Fconfig.mk;h=07ff8b9348e5beece2d86d4f74dc9a96b868684b;hb=6770c5e2e8036fbae236809d293d15a7af3e4b14;hp=af57307574f3c260612a62fda351d21f7e037748;hpb=f16b608ae7d0c4611d3a41d2570616a498e64d4c;p=u-boot diff --git a/arch/sh/config.mk b/arch/sh/config.mk index af57307574..07ff8b9348 100644 --- a/arch/sh/config.mk +++ b/arch/sh/config.mk @@ -31,9 +31,3 @@ endif PLATFORM_CPPFLAGS += -DCONFIG_SH -D__SH__ PLATFORM_LDFLAGS += -e $(CONFIG_SYS_TEXT_BASE) --defsym reloc_dst=$(CONFIG_SYS_TEXT_BASE) LDFLAGS_FINAL = --gc-sections - -ifdef CONFIG_SYS_LDSCRIPT -LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT)) -else -LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds -endif