summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/hadoken/board.h1
-rw-r--r--board/stm32l476g-eval/board.h1
-rw-r--r--board/zinger/board.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/board/hadoken/board.h b/board/hadoken/board.h
index f844013f15..d644f649fa 100644
--- a/board/hadoken/board.h
+++ b/board/hadoken/board.h
@@ -11,6 +11,7 @@
#ifndef __ASSEMBLER__
#undef CONFIG_FLASH /* TODO: implement me */
+#undef CONFIG_FLASH_PHYSICAL /* TODO: implement me */
#undef CONFIG_FMAP /* TODO: implement me */
#undef CONFIG_WATCHDOG
#undef CONFIG_LID_SWITCH
diff --git a/board/stm32l476g-eval/board.h b/board/stm32l476g-eval/board.h
index 7ce7875ac6..5cfc5b0870 100644
--- a/board/stm32l476g-eval/board.h
+++ b/board/stm32l476g-eval/board.h
@@ -38,6 +38,7 @@
#ifndef __ASSEMBLER__
#undef CONFIG_FLASH
+#undef CONFIG_FLASH_PHYSICAL
/* Timer selection */
#define TIM_CLOCK32 5
diff --git a/board/zinger/board.h b/board/zinger/board.h
index dcd1f8bcc1..5945d6c639 100644
--- a/board/zinger/board.h
+++ b/board/zinger/board.h
@@ -38,6 +38,7 @@
#undef CONFIG_DEBUG_EXCEPTIONS
#undef CONFIG_DEBUG_STACK_OVERFLOW
#undef CONFIG_FLASH
+#undef CONFIG_FLASH_PHYSICAL
#undef CONFIG_FMAP
/* Not using pstate but keep some space for the public key */
#undef CONFIG_FW_PSTATE_SIZE