From 0c62d4a758271bde742582c8cdfaf75ca050064e Mon Sep 17 00:00:00 2001 From: maidnl Date: Thu, 28 Sep 2023 17:26:55 +0200 Subject: [PATCH] fix for erratic bootloader behaviour on RA2A1 --- hw/bsp/ra/boards/capri/fsp_cfg/bsp/bsp_cfg.h | 4 ++-- hw/bsp/ra/boards/science_kit/fsp_cfg/bsp/bsp_cfg.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/bsp/ra/boards/capri/fsp_cfg/bsp/bsp_cfg.h b/hw/bsp/ra/boards/capri/fsp_cfg/bsp/bsp_cfg.h index 85cfd04951..c9b4d6e571 100644 --- a/hw/bsp/ra/boards/capri/fsp_cfg/bsp/bsp_cfg.h +++ b/hw/bsp/ra/boards/capri/fsp_cfg/bsp/bsp_cfg.h @@ -39,7 +39,7 @@ #define BSP_CFG_STARTUP_CLOCK_REG_NOT_RESET ((0)) #ifndef BSP_CLOCK_CFG_MAIN_OSC_POPULATED -#define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (1) +#define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (0) #endif #ifndef BSP_CLOCK_CFG_MAIN_OSC_CLOCK_SOURCE @@ -49,7 +49,7 @@ #define BSP_CLOCK_CFG_SUBCLOCK_DRIVE (0) #endif #ifndef BSP_CLOCK_CFG_SUBCLOCK_POPULATED -#define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (1) +#define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (0) #endif #ifndef BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS #define BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS 1000 diff --git a/hw/bsp/ra/boards/science_kit/fsp_cfg/bsp/bsp_cfg.h b/hw/bsp/ra/boards/science_kit/fsp_cfg/bsp/bsp_cfg.h index 93bb75a0c6..f13515dca9 100644 --- a/hw/bsp/ra/boards/science_kit/fsp_cfg/bsp/bsp_cfg.h +++ b/hw/bsp/ra/boards/science_kit/fsp_cfg/bsp/bsp_cfg.h @@ -38,7 +38,7 @@ #define BSP_CFG_STARTUP_CLOCK_REG_NOT_RESET ((0)) #ifndef BSP_CLOCK_CFG_MAIN_OSC_POPULATED -#define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (1) +#define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (0) #endif #ifndef BSP_CLOCK_CFG_MAIN_OSC_CLOCK_SOURCE @@ -48,7 +48,7 @@ #define BSP_CLOCK_CFG_SUBCLOCK_DRIVE (0) #endif #ifndef BSP_CLOCK_CFG_SUBCLOCK_POPULATED -#define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (1) +#define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (0) #endif #ifndef BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS #define BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS 1000