This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 6fb27132902ff79f0454619e3a555f891858fbb4 Author: Jerzy Kasenberg <[email protected]> AuthorDate: Fri Mar 13 13:18:16 2020 +0100 bsp/hifive1: Add config and reboot fcb Flash areas were already configured in bsp but two syscfg values were missing to be able to use reboot log and config fcb as in other platforms. --- hw/bsp/hifive1/syscfg.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/bsp/hifive1/syscfg.yml b/hw/bsp/hifive1/syscfg.yml index fb1be87..63d4af9 100644 --- a/hw/bsp/hifive1/syscfg.yml +++ b/hw/bsp/hifive1/syscfg.yml @@ -24,6 +24,8 @@ syscfg.vals: TIMER_0: 1 TIMER_1: 1 TIMER_2: 1 + REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG + CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS syscfg.defs.BUS_DRIVER_PRESENT: BSP_FLASH_SPI_NAME:
