Revert "Sort out settings.load with SD EEPROM emulation (#14458)"

This reverts commit 108d0df565.
This commit is contained in:
Scott Lahteine
2019-07-03 19:11:30 -05:00
parent b7573c6e69
commit de462f2b8a
6 changed files with 15 additions and 31 deletions

View File

@ -1734,7 +1734,3 @@
#define INIT_SDCARD_ON_BOOT
#endif
#endif
#if ENABLED(EEPROM_SETTINGS) && NONE(FLASH_EEPROM_EMULATION, SPI_EEPROM, I2C_EEPROM)
#define SD_EEPROM_EMULATION
#endif