flash: EFI_STORAGE_MFS_EXTERNAL is FALSE by default
This commit is contained in:
parent
888eb9396a
commit
543219745a
|
@ -28,6 +28,10 @@
|
||||||
|
|
||||||
#include "runtime_state.h"
|
#include "runtime_state.h"
|
||||||
|
|
||||||
|
#ifndef EFI_STORAGE_MFS_EXTERNAL
|
||||||
|
#define EFI_STORAGE_MFS_EXTERNAL FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool needToWriteConfiguration = false;
|
static bool needToWriteConfiguration = false;
|
||||||
|
|
||||||
/* if we use ChibiOS MFS for settings */
|
/* if we use ChibiOS MFS for settings */
|
||||||
|
|
Loading…
Reference in New Issue