diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/cerise/board.h | 3 | ||||
-rw-r--r-- | board/damu/board.h | 3 | ||||
-rw-r--r-- | board/hyperdebug/board.h | 3 | ||||
-rw-r--r-- | board/stern/board.h | 3 | ||||
-rw-r--r-- | board/willow/board.h | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/board/cerise/board.h b/board/cerise/board.h index 64b04e35aa..cce105ae27 100644 --- a/board/cerise/board.h +++ b/board/cerise/board.h @@ -19,6 +19,9 @@ #include "baseboard.h" +/* Disable deferred (async) flash protect*/ +#undef CONFIG_FLASH_PROTECT_DEFERRED + #undef CONFIG_CHIPSET_POWER_SEQ_VERSION #define CONFIG_CHIPSET_POWER_SEQ_VERSION 1 diff --git a/board/damu/board.h b/board/damu/board.h index 5700954484..857f5d2390 100644 --- a/board/damu/board.h +++ b/board/damu/board.h @@ -19,6 +19,9 @@ #include "baseboard.h" +/* Disable deferred (async) flash protect*/ +#undef CONFIG_FLASH_PROTECT_DEFERRED + #undef CONFIG_CHIPSET_POWER_SEQ_VERSION #define CONFIG_CHIPSET_POWER_SEQ_VERSION 1 diff --git a/board/hyperdebug/board.h b/board/hyperdebug/board.h index d341a6e570..a0b533b758 100644 --- a/board/hyperdebug/board.h +++ b/board/hyperdebug/board.h @@ -10,6 +10,9 @@ #define CONFIG_LTO +/* Disable deferred (async) flash protect*/ +#undef CONFIG_FLASH_PROTECT_DEFERRED + /* Configure the flash */ #undef CONFIG_RO_SIZE #undef CONFIG_FW_PSTATE_OFF diff --git a/board/stern/board.h b/board/stern/board.h index aa41df9329..0cc8194270 100644 --- a/board/stern/board.h +++ b/board/stern/board.h @@ -19,6 +19,9 @@ #include "baseboard.h" +/* Disable deferred (async) flash protect*/ +#undef CONFIG_FLASH_PROTECT_DEFERRED + #undef CONFIG_CHIPSET_POWER_SEQ_VERSION #define CONFIG_CHIPSET_POWER_SEQ_VERSION 1 diff --git a/board/willow/board.h b/board/willow/board.h index 013f7df035..1772022395 100644 --- a/board/willow/board.h +++ b/board/willow/board.h @@ -19,6 +19,9 @@ #include "baseboard.h" +/* Disable deferred (async) flash protect*/ +#undef CONFIG_FLASH_PROTECT_DEFERRED + #undef CONFIG_CHIPSET_POWER_SEQ_VERSION #define CONFIG_CHIPSET_POWER_SEQ_VERSION 1 |