summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-23 15:01:44 +1100
committerGitHub <noreply@github.com>2020-12-23 15:01:44 +1100
commit806aa9bc67c77c3899e60c1daef560680865568c (patch)
treeb6dcfbb25e511bf77f1efc45f78218762f2bf999 /quantum
parentdc7081a8233e5d709d09cc09adafdc42efd9c8a0 (diff)
Remove comments about custom ldscript for Teensy LC (#11224)
Diffstat (limited to 'quantum')
-rw-r--r--quantum/mcu_selection.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk
index 9518a6463f..6b11eb4987 100644
--- a/quantum/mcu_selection.mk
+++ b/quantum/mcu_selection.mk
@@ -16,7 +16,6 @@ ifneq ($(findstring MKL26Z64, $(MCU)),)
# Linker script to use
# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
# or <keyboard_dir>/ld/
- # - NOTE: a custom ld script is needed for EEPROM on Teensy LC
MCU_LDSCRIPT ?= MKL26Z64
# Startup code to use