sidk_s5jt200: clean up Make.defs files
authorHeesub Shin <heesub.shin@samsung.com>
Sat, 11 Mar 2017 08:43:34 +0000 (17:43 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 10:00:55 +0000 (19:00 +0900)
CONFIG_BOOT_RUNFROMFLASH is always set to 'y' for all S5J platforms.

Change-Id: I0ff35e49b279e6327378678ae1bc4cdcef051375
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
build/configs/sidk_s5jt200/hello_with_tash/Make.defs
build/configs/sidk_s5jt200/kernel_sample/Make.defs
build/configs/sidk_s5jt200/tc/Make.defs

index be901d6..bdd4b25 100644 (file)
@@ -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)"}"
index 13f4449..979048b 100644 (file)
@@ -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)"}"
index b0689f3..665ba06 100644 (file)
@@ -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)"}"