From 98547242622929e75d6ce6e0392b67a9acf274af Mon Sep 17 00:00:00 2001 From: Heesub Shin Date: Sat, 11 Mar 2017 17:43:34 +0900 Subject: [PATCH] sidk_s5jt200: clean up Make.defs files CONFIG_BOOT_RUNFROMFLASH is always set to 'y' for all S5J platforms. Change-Id: I0ff35e49b279e6327378678ae1bc4cdcef051375 Signed-off-by: Heesub Shin --- build/configs/sidk_s5jt200/hello_with_tash/Make.defs | 4 ---- build/configs/sidk_s5jt200/kernel_sample/Make.defs | 4 ---- build/configs/sidk_s5jt200/tc/Make.defs | 4 ---- 3 files changed, 12 deletions(-) diff --git a/build/configs/sidk_s5jt200/hello_with_tash/Make.defs b/build/configs/sidk_s5jt200/hello_with_tash/Make.defs index be901d6..bdd4b25 100644 --- a/build/configs/sidk_s5jt200/hello_with_tash/Make.defs +++ b/build/configs/sidk_s5jt200/hello_with_tash/Make.defs @@ -54,11 +54,7 @@ include ${TOPDIR}/.config include ${TOPDIR}/tools/Config.mk include ${TOPDIR}/arch/arm/src/armv7-r/Toolchain.defs -ifeq ($(CONFIG_BOOT_RUNFROMFLASH),y) LDSCRIPT = ld_s5jt200_flash.script -else -LDSCRIPT = ld_s5jt200.script -endif ifeq ($(CONFIG_UCLIBCXX_HAVE_LIBSUPCXX),y) LIBSUPXX = ${shell $(CC) --print-file-name=libsupc++.a} EXTRA_LIBPATHS = -L "${shell dirname "$(LIBSUPXX)"}" diff --git a/build/configs/sidk_s5jt200/kernel_sample/Make.defs b/build/configs/sidk_s5jt200/kernel_sample/Make.defs index 13f4449..979048b 100644 --- a/build/configs/sidk_s5jt200/kernel_sample/Make.defs +++ b/build/configs/sidk_s5jt200/kernel_sample/Make.defs @@ -54,11 +54,7 @@ include ${TOPDIR}/.config include ${TOPDIR}/tools/Config.mk include ${TOPDIR}/arch/arm/src/armv7-r/Toolchain.defs -ifeq ($(CONFIG_BOOT_RUNFROMFLASH),y) LDSCRIPT = ld_s5jt200_flash.script -else -LDSCRIPT = ld_s5jt200.script -endif ifeq ($(CONFIG_UCLIBCXX_HAVE_LIBSUPCXX),y) LIBSUPXX = ${shell $(CC) --print-file-name=libsupc++.a} EXTRA_LIBPATHS = -L "${shell dirname "$(LIBSUPXX)"}" diff --git a/build/configs/sidk_s5jt200/tc/Make.defs b/build/configs/sidk_s5jt200/tc/Make.defs index b0689f3..665ba06 100644 --- a/build/configs/sidk_s5jt200/tc/Make.defs +++ b/build/configs/sidk_s5jt200/tc/Make.defs @@ -54,11 +54,7 @@ include ${TOPDIR}/.config include ${TOPDIR}/tools/Config.mk include ${TOPDIR}/arch/arm/src/armv7-r/Toolchain.defs -ifeq ($(CONFIG_BOOT_RUNFROMFLASH),y) LDSCRIPT = ld_s5jt200_flash.script -else -LDSCRIPT = ld_s5jt200.script -endif ifeq ($(CONFIG_UCLIBCXX_HAVE_LIBSUPCXX),y) LIBSUPXX = ${shell $(CC) --print-file-name=libsupc++.a} EXTRA_LIBPATHS = -L "${shell dirname "$(LIBSUPXX)"}" -- 2.7.4