diff options
| author | Ryan <fauxpark@gmail.com> | 2020-12-23 15:01:44 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 15:01:44 +1100 |
| commit | 806aa9bc67c77c3899e60c1daef560680865568c (patch) | |
| tree | b6dcfbb25e511bf77f1efc45f78218762f2bf999 /quantum/mcu_selection.mk | |
| parent | dc7081a8233e5d709d09cc09adafdc42efd9c8a0 (diff) | |
| download | qmk_firmware-806aa9bc67c77c3899e60c1daef560680865568c.tar.gz qmk_firmware-806aa9bc67c77c3899e60c1daef560680865568c.zip | |
Remove comments about custom ldscript for Teensy LC (#11224)
Diffstat (limited to 'quantum/mcu_selection.mk')
| -rw-r--r-- | quantum/mcu_selection.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 9518a6463..6b11eb498 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -16,7 +16,6 @@ ifneq ($(findstring MKL26Z64, $(MCU)),) | |||
| 16 | # Linker script to use | 16 | # Linker script to use |
| 17 | # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/ | 17 | # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/ |
| 18 | # or <keyboard_dir>/ld/ | 18 | # or <keyboard_dir>/ld/ |
| 19 | # - NOTE: a custom ld script is needed for EEPROM on Teensy LC | ||
| 20 | MCU_LDSCRIPT ?= MKL26Z64 | 19 | MCU_LDSCRIPT ?= MKL26Z64 |
| 21 | 20 | ||
| 22 | # Startup code to use | 21 | # Startup code to use |
