arm: soc: stm32l4: add flash driver for IMG_MANAGER

Add definition required to enable the DFU subsystem image manager.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This commit is contained in:
Marti Bolivar 2017-09-20 15:54:32 -04:00 committed by Anas Nashif
commit c38efa668c

View file

@ -47,6 +47,11 @@
#include <stm32l4xx_ll_i2c.h>
#endif
/* For IMG_MANAGER */
#if defined(CONFIG_SOC_FLASH_STM32)
#define FLASH_DRIVER_NAME CONFIG_SOC_FLASH_STM32_DEV_NAME
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32L4X_SOC_H_ */