]> git.sur5r.net Git - u-boot/blobdiff - arch/sh/config.mk
tegra: sync SDIO1 pingroup enum name with TRM
[u-boot] / arch / sh / config.mk
index af57307574f3c260612a62fda351d21f7e037748..07ff8b9348e5beece2d86d4f74dc9a96b868684b 100644 (file)
@@ -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