Photon: Rename ld.script to photon_jtag.ld for symmetry.

This commit is contained in:
Gregory Nutt 2017-04-25 12:03:27 -06:00
parent 16038d1685
commit afea57d43a
5 changed files with 6 additions and 6 deletions

View File

@ -40,7 +40,7 @@ include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
ifeq ($(CONFIG_PHOTON_DFU_BOOTLOADER),y) ifeq ($(CONFIG_PHOTON_DFU_BOOTLOADER),y)
LDSCRIPT = photon_dfu.ld LDSCRIPT = photon_dfu.ld
else else
LDSCRIPT = ld.script LDSCRIPT = photon_jtag.ld
endif endif
ifeq ($(WINTOOL),y) ifeq ($(WINTOOL),y)

View File

@ -33,7 +33,7 @@
****************************************************************************/ ****************************************************************************/
/* The STM32F205RG has 1024Kb of FLASH beginning at address 0x0800:0000 and /* The STM32F205RG has 1024Kb of FLASH beginning at address 0x0800:0000 and
* 112Kb of SRAM. * 112Kb of SRAM in main SRAM1 and 16 Kb in auxiliary SRAM2.
* *
* Bootloader jumps at 0x0802:0000. * Bootloader jumps at 0x0802:0000.
*/ */

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/photon/scripts/ld.script * configs/photon/scripts/photon_jtag.ld
* *
* Copyright (C) 2017 Gregory Nutt. All rights reserved. * Copyright (C) 2017 Gregory Nutt. All rights reserved.
* *
@ -33,7 +33,7 @@
****************************************************************************/ ****************************************************************************/
/* The STM32F205RG has 1024Kb of FLASH beginning at address 0x0800:0000 and /* The STM32F205RG has 1024Kb of FLASH beginning at address 0x0800:0000 and
* 112Kb of SRAM. * 112Kb of SRAM in main SRAM1 and 16 Kb in auxiliary SRAM2.
* *
* When booting from FLASH, FLASH memory is aliased to address 0x0000:0000 * When booting from FLASH, FLASH memory is aliased to address 0x0000:0000
* where the code expects to begin execution by jumping to the entry point in * where the code expects to begin execution by jumping to the entry point in

View File

@ -40,7 +40,7 @@ include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
ifeq ($(CONFIG_PHOTON_DFU_BOOTLOADER),y) ifeq ($(CONFIG_PHOTON_DFU_BOOTLOADER),y)
LDSCRIPT = photon_dfu.ld LDSCRIPT = photon_dfu.ld
else else
LDSCRIPT = ld.script LDSCRIPT = photon_jtag.ld
endif endif
ifeq ($(WINTOOL),y) ifeq ($(WINTOOL),y)

View File

@ -40,7 +40,7 @@ include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
ifeq ($(CONFIG_PHOTON_DFU_BOOTLOADER),y) ifeq ($(CONFIG_PHOTON_DFU_BOOTLOADER),y)
LDSCRIPT = photon_dfu.ld LDSCRIPT = photon_dfu.ld
else else
LDSCRIPT = ld.script LDSCRIPT = photon_jtag.ld
endif endif
ifeq ($(WINTOOL),y) ifeq ($(WINTOOL),y)