X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fsh%2Fconfig.mk;h=07ff8b9348e5beece2d86d4f74dc9a96b868684b;hb=bfdd1e186dcea0ca205a65f9bff32927ea208b5d;hp=af57307574f3c260612a62fda351d21f7e037748;hpb=8ae86b76c648d8bef97241c78e2fddb1c4f164d3;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