We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c53934 commit 4030aacCopy full SHA for 4030aac
boot/zephyr/flash_map_extended.c
@@ -22,7 +22,7 @@ BOOT_LOG_MODULE_DECLARE(mcuboot);
22
#define FLASH_DEVICE_ID SOC_FLASH_0_ID
23
#define FLASH_DEVICE_BASE CONFIG_FLASH_BASE_ADDRESS
24
#define FLASH_DEVICE_NODE DT_CHOSEN(zephyr_flash_controller)
25
-#elif (defined(CONFIG_XTENSA) && DT_NODE_EXISTS(DT_INST(0, jedec_spi_nor))
+#elif (defined(CONFIG_XTENSA) && DT_NODE_EXISTS(DT_INST(0, jedec_spi_nor)))
26
#define FLASH_DEVICE_ID SPI_FLASH_0_ID
27
#define FLASH_DEVICE_BASE 0
28
#define FLASH_DEVICE_NODE DT_INST(0, jedec_spi_nor)
0 commit comments