From 62be3a7447c0bd88cfea48c5f21c6f00d65f608b Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 9 May 2023 08:52:37 +0100 Subject: [PATCH] Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806) --- keyboards/mode/m75s/rules.mk | 2 -- keyboards/teleport/native/rules.mk | 4 ---- platforms/chibios/mcu_selection.mk | 4 ---- 3 files changed, 10 deletions(-) diff --git a/keyboards/mode/m75s/rules.mk b/keyboards/mode/m75s/rules.mk index 396c7121478..bd7d6a84c5f 100644 --- a/keyboards/mode/m75s/rules.mk +++ b/keyboards/mode/m75s/rules.mk @@ -10,8 +10,6 @@ NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -EEPROM_DRIVER = wear_leveling -WEAR_LEVELING_DRIVER = legacy LTO_ENABLE = yes # Enter lower-power sleep mode when on the ChibiOS idle thread diff --git a/keyboards/teleport/native/rules.mk b/keyboards/teleport/native/rules.mk index 31c83c8eed7..2a3743fa755 100644 --- a/keyboards/teleport/native/rules.mk +++ b/keyboards/teleport/native/rules.mk @@ -2,7 +2,3 @@ RGB_MATRIX_ENABLE = yes RGB_MATRIX_CUSTOM_KB = yes DEFAULT_FOLDER = teleport/native/iso - -# Temporary workaround while waiting fixes of F411xC flash size definitions -EEPROM_DRIVER = wear_leveling -WEAR_LEVELING_DRIVER = legacy \ No newline at end of file diff --git a/platforms/chibios/mcu_selection.mk b/platforms/chibios/mcu_selection.mk index 5f7bd1d44e3..56b81493de2 100644 --- a/platforms/chibios/mcu_selection.mk +++ b/platforms/chibios/mcu_selection.mk @@ -361,10 +361,6 @@ ifneq ($(findstring STM32F401, $(MCU)),) # Bootloader address for STM32 DFU STM32_BOOTLOADER_ADDRESS ?= 0x1FFF0000 - - # Revert to legacy wear-leveling driver until ChibiOS's EFL driver is fixed with 128kB and 384kB variants. - EEPROM_DRIVER ?= wear_leveling - WEAR_LEVELING_DRIVER ?= legacy endif ifneq ($(findstring STM32F405, $(MCU)),)