commit | 43fc2cd556eea74ff2e93334e2b6808a3fba9371 | [log] [tgz] |
---|---|---|
author | Ricardo Salveti <ricardo.salveti@linaro.org> | Wed Jan 18 11:32:18 2017 -0200 |
committer | Ricardo Salveti <ricardo.salveti@linaro.org> | Thu Jan 19 19:51:01 2017 -0200 |
tree | 7992d0640d36b59ed233c323474c7d436fe5277e | |
parent | 88303ff1da54c25dd231e74065d9737e6484048c [diff] |
boot/zephyr/prj.conf: remove SOC_FLASH_STM32F4, make it generic Make it generic and let the SoC itself handle the FLASH driver support as part of the Zephyr build system. Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
diff --git a/boot/zephyr/prj.conf b/boot/zephyr/prj.conf index 5c36b1d..1e6cda2 100644 --- a/boot/zephyr/prj.conf +++ b/boot/zephyr/prj.conf
@@ -11,4 +11,3 @@ CONFIG_HEAP_MEM_POOL_SIZE=16384 CONFIG_FLASH=y -CONFIG_SOC_FLASH_STM32F4=y