diff options
| author | Hierophect <hierophect@gmail.com> | 2020-01-14 13:06:10 -0500 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2020-01-14 13:06:10 -0500 |
| commit | c0dacba80f3c7490f36dda3fa2c7b0df842c8bcf (patch) | |
| tree | 775313144b102396c218f5cbfc31bffa3995bdad | |
| parent | de2379bc30534c402836881b2e9b25dada41ca41 (diff) | |
remove comment confusing py tools
| -rw-r--r-- | ports/stm32f4/boards/STM32F401.ld | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/stm32f4/boards/STM32F401.ld b/ports/stm32f4/boards/STM32F401.ld index be72ecc09..bf1f21cf6 100644 --- a/ports/stm32f4/boards/STM32F401.ld +++ b/ports/stm32f4/boards/STM32F401.ld @@ -35,19 +35,6 @@ _ram_end = ORIGIN(RAM) + LENGTH(RAM); _heap_start = _ebss; /* heap starts just after statically allocated memory */ _heap_end = _sstack; -/* Memory layout for internal flash storage configuration: - - FLASH_ISR .isr_vector - - FLASH_TEXT .text - FLASH_TEXT .data - - RAM .data - RAM .bss - RAM .heap - RAM .stack -*/ - ENTRY(Reset_Handler) /* define output sections */ |
