arm: soc: nxp: k6x: 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:53:11 -04:00 committed by Anas Nashif
commit 2e6744f215

View file

@ -127,6 +127,11 @@ extern "C" {
#include <misc/util.h>
#include <drivers/rand32.h>
/* For IMG_MANAGER */
#if defined(CONFIG_SOC_FLASH_MCUX)
#define FLASH_DRIVER_NAME CONFIG_SOC_FLASH_MCUX_DEV_NAME
#endif
#endif /* !_ASMLANGUAGE */
#ifdef __cplusplus