From ccde82b9728890c5b081072ad22d3752c7f0f385 Mon Sep 17 00:00:00 2001 From: Pierre Alain <65669679+palainp@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:25:23 +0100 Subject: [PATCH] do not default boot on flash --- Kernel/platform/platform-esp8266/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */