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 504847e commit e0b84a0Copy full SHA for e0b84a0
boot/zephyr/flash_map_extended.c
@@ -57,7 +57,7 @@ BOOT_LOG_MODULE_DECLARE(mcuboot);
57
58
#elif (defined(CONFIG_SOC_SERIES_NRF54HX) && DT_HAS_CHOSEN(zephyr_flash))
59
60
-#define FLASH_DEVICE_ID SPI_FLASH_0_ID
+#define FLASH_DEVICE_ID SOC_FLASH_0_ID
61
#define FLASH_DEVICE_BASE CONFIG_FLASH_BASE_ADDRESS
62
#define FLASH_DEVICE_NODE DT_CHOSEN(zephyr_flash)
63
0 commit comments