aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/kilauea/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/kilauea/config.mk')
-rw-r--r--board/amcc/kilauea/config.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/amcc/kilauea/config.mk b/board/amcc/kilauea/config.mk
index 4ae3ea926..003b8c3b8 100644
--- a/board/amcc/kilauea/config.mk
+++ b/board/amcc/kilauea/config.mk
@@ -24,10 +24,3 @@
ifeq ($(debug),1)
PLATFORM_CPPFLAGS += -DDEBUG
endif
-
-ifdef CONFIG_SYS_LDSCRIPT
-# need to strip off double quotes
-LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
-else ifdef CONFIG_NAND_U_BOOT
-LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
-endif