soc: stm32: Add flash dts fixup for stm32f4
This was a simple missing macro, that prevented flash_shell to build for stm32f4 based boards (which is weird, CI should have caught that much earlier) Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
c99392f2d6
commit
e68cec3614
1 changed files with 2 additions and 0 deletions
|
@ -307,4 +307,6 @@
|
|||
#define DT_CAN_2_CLOCK_BUS DT_ST_STM32_CAN_40006800_CLOCK_BUS
|
||||
#define DT_CAN_2_CLOCK_BITS DT_ST_STM32_CAN_40006800_CLOCK_BITS
|
||||
|
||||
#define DT_FLASH_DEV_NAME DT_INST_0_ST_STM32F4_FLASH_CONTROLLER_LABEL
|
||||
|
||||
/* End of SoC Level DTS fixup file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue