From 9bc5ac9325f553e6606334216ea4fe2d799d21f1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 7 May 2015 07:48:33 -0600 Subject: [PATCH] Rename compal_e86 linker script to highram.ld --- configs/compal_e86/nsh_highram/Make.defs | 2 +- configs/compal_e86/scripts/{ld.script => highram.ld} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename configs/compal_e86/scripts/{ld.script => highram.ld} (100%) diff --git a/configs/compal_e86/nsh_highram/Make.defs b/configs/compal_e86/nsh_highram/Make.defs index 9c2e26d70c2..ba2305f8265 100644 --- a/configs/compal_e86/nsh_highram/Make.defs +++ b/configs/compal_e86/nsh_highram/Make.defs @@ -37,7 +37,7 @@ include ${TOPDIR}/.config include ${TOPDIR}/tools/Config.mk include ${TOPDIR}/arch/arm/src/arm/Toolchain.defs -LDSCRIPT = ld.script +LDSCRIPT = highram.ld ifeq ($(WINTOOL),y) # Windows-native toolchains diff --git a/configs/compal_e86/scripts/ld.script b/configs/compal_e86/scripts/highram.ld similarity index 100% rename from configs/compal_e86/scripts/ld.script rename to configs/compal_e86/scripts/highram.ld