From 62be3a7447c0bd88cfea48c5f21c6f00d65f608b Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 9 May 2023 08:52:37 +0100 Subject: Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806) --- platforms/chibios/mcu_selection.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'platforms/chibios') diff --git a/platforms/chibios/mcu_selection.mk b/platforms/chibios/mcu_selection.mk index 5f7bd1d44e..56b81493de 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)),) -- cgit v1.2.3