From e68cec36147ba16ec2a3d84e0926377953449155 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Tue, 24 Mar 2020 08:23:25 +0100 Subject: [PATCH] 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 --- soc/arm/st_stm32/stm32f4/dts_fixup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soc/arm/st_stm32/stm32f4/dts_fixup.h b/soc/arm/st_stm32/stm32f4/dts_fixup.h index 3a5b6da6ddb..a17fe666e46 100644 --- a/soc/arm/st_stm32/stm32f4/dts_fixup.h +++ b/soc/arm/st_stm32/stm32f4/dts_fixup.h @@ -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 */