Skip to content

Commit

Permalink
do not default boot on flash
Browse files Browse the repository at this point in the history
  • Loading branch information
palainp authored Nov 24, 2024
1 parent 905b8a8 commit ccde82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/platform/platform-esp8266/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ccde82b

Please sign in to comment.