summaryrefslogtreecommitdiff
path: root/include/config_std_internal_flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config_std_internal_flash.h')
-rw-r--r--include/config_std_internal_flash.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/config_std_internal_flash.h b/include/config_std_internal_flash.h
index ad97110547..cfe31773ea 100644
--- a/include/config_std_internal_flash.h
+++ b/include/config_std_internal_flash.h
@@ -32,18 +32,11 @@
* TODO(crosbug.com/p/23796): Finish implementing the spec.
*/
-/* Memory-mapped internal flash w/ PSTATE */
-#define CONFIG_INTERNAL_STORAGE
-#define CONFIG_MAPPED_STORAGE
-#define CONFIG_FLASH_PSTATE
-
-/* Program is run directly from storage */
-#define CONFIG_MAPPED_STORAGE_BASE CONFIG_PROGRAM_MEMORY_BASE
-
/*
* The EC uses the one bank of flash to emulate a SPI-like write protect
* register with persistent state.
*/
+#define CONFIG_FLASH_PSTATE
#define CONFIG_FW_PSTATE_SIZE CONFIG_FLASH_BANK_SIZE
#define CONFIG_FW_PSTATE_OFF (CONFIG_FW_IMAGE_SIZE - CONFIG_FW_PSTATE_SIZE)