diff --git a/Kernel/platform/platform-esp8266/config.h b/Kernel/platform/platform-esp8266/config.h index f00900347a..4883c86b72 100644 --- a/Kernel/platform/platform-esp8266/config.h +++ b/Kernel/platform/platform-esp8266/config.h @@ -92,7 +92,7 @@ extern uint8_t _code_top[]; /* We need a tidier way to do this from the loader */ #define CMDLINE NULL /* Location of root dev name */ -#define BOOTDEVICE 0x0000 /* hda */ +//#define BOOTDEVICE 0x0000 /* hda */ //#define BOOTDEVICE 0x0011 /* hdb1 */ #ifndef BOOTDEVICE #define BOOTDEVICE 0x0011 /* hdb1 */