summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index afa6b777f6..3de3ab11f0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1784,7 +1784,7 @@
/* Flash configuration */
/* This enables console commands and higher-level features */
-#define CONFIG_FLASH_CROS
+#define CONFIG_FLASH
/* This enables chip-specific access functions */
#define CONFIG_FLASH_PHYSICAL
#undef CONFIG_FLASH_BANK_SIZE
@@ -5940,8 +5940,8 @@
*/
#ifdef CONFIG_CHIP_INIT_ROM_REGION
-#ifndef CONFIG_FLASH_CROS
-#error CONFIG_CHIP_INIT_ROM_REGION requires CONFIG_FLASH_CROS
+#ifndef CONFIG_FLASH
+#error CONFIG_CHIP_INIT_ROM_REGION requires CONFIG_FLASH
#endif
#ifndef CONFIG_RO_ROM_RESIDENT_SIZE