From b0285e5c9aa8b6f4d0520ea20bff448e11c18746 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Sep 2022 09:23:00 +0200 Subject: bsp/lpc32xx: Remove hard to maintain comments These comments duplicate the memory and region definitions of the linker command file. --- bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx | 20 -------------------- bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_1 | 20 -------------------- bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_2 | 20 -------------------- bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore | 21 --------------------- 4 files changed, 81 deletions(-) diff --git a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx index cf388dfbba..3c7a0bce08 100644 --- a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx +++ b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx @@ -12,26 +12,6 @@ * @ingroup bsp_linker * * @brief MZX application memory map. - * - * - * - * - * - * - *
Region NameRegion BeginRegion Size
RAM_INT0x08000000256k
RAM_MMU0x8000000016k
RAM_EXT0x8000400032M - 16k
- * - * - * - * - * - * - * - * - * - * - * - * - *
Section NameSection Runtime RegionSection Load Region
.startRAM_EXT
.vectorRAM_INT
.textRAM_EXTRAM_EXT
.rodataRAM_EXTRAM_EXT
.dataRAM_EXTRAM_EXT
.fastRAM_EXTRAM_EXT
.bssRAM_EXT
.workRAM_EXT
.stackRAM_INT
*/ MEMORY { diff --git a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_1 b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_1 index eae076e235..d50f17d7b7 100644 --- a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_1 +++ b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_1 @@ -12,26 +12,6 @@ * @ingroup bsp_linker * * @brief MZX stage-1 program memory map. - * - * - * - * - * - * - *
Region NameRegion BeginRegion Size
RAM_INT0x08000000232k
RAM_MMU0x0803a00016k
RAM_VEC0x0803d0008k
- * - * - * - * - * - * - * - * - * - * - * - * - *
Section NameSection Runtime RegionSection Load Region
.startRAM_INT
.vectorRAM_INT
.textRAM_INTRAM_INT
.rodataRAM_INTRAM_INT
.dataRAM_INTRAM_INT
.fastRAM_INTRAM_INT
.bssRAM_INT
.workRAM_INT
.stackRAM_INT
*/ MEMORY { diff --git a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_2 b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_2 index 2aa8c34091..b32e0f0a45 100644 --- a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_2 +++ b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx_stage_2 @@ -12,26 +12,6 @@ * @ingroup bsp_linker * * @brief MZX stage-2 program memory map. - * - * - * - * - * - * - *
Region NameRegion BeginRegion Size
RAM_INT0x08000000256k
RAM_MMU0x81c0000016k
RAM_EXT0x81c040004M - 16k
- * - * - * - * - * - * - * - * - * - * - * - * - *
Section NameSection Runtime RegionSection Load Region
.startRAM_EXT
.vectorRAM_INT
.textRAM_EXTRAM_EXT
.rodataRAM_EXTRAM_EXT
.dataRAM_EXTRAM_EXT
.fastRAM_EXTRAM_EXT
.bssRAM_EXT
.workRAM_EXT
.stackRAM_INT
*/ MEMORY { diff --git a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore index 2459da2557..34542a6dcb 100644 --- a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore +++ b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore @@ -12,27 +12,6 @@ * @ingroup bsp_linker * * @brief phyCORE-LPC3250 memory map. - * - * - * - * - * - * - * - *
Region NameRegion BeginRegion Size
RAM_INT0x08000000256k
RAM_MMU0x8000000016k
RAM_EXT0x8000400064M - 16k
ROM_EXT0xe00000002M
- * - * - * - * - * - * - * - * - * - * - * - * - *
Section NameSection Runtime RegionSection Load Region
.startRAM_EXT
.vectorRAM_INT
.textRAM_EXTRAM_EXT
.rodataRAM_EXTRAM_EXT
.dataRAM_EXTRAM_EXT
.fastRAM_EXTRAM_EXT
.bssRAM_EXT
.workRAM_EXT
.stackRAM_INT
*/ MEMORY { -- cgit v1.2.3