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