Skip to content

Commit d352ada

Browse files
Hieu Nguyennhutnguyenkc
authored andcommitted
hal: renesas: rza: Disable BSP_FEATURE_BSP_HAS_MMU_SUPPORT configuration
Disable the BSP_FEATURE_BSP_HAS_MMU_SUPPORT configuration of the RZ/A3UL to let Zephyr handle MMU Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
1 parent 07ce2a6 commit d352ada

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

drivers/rz/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ Patch List:
9292
* Use r_transfer_api.h of rzv-fsp to support the callbackSet member of the transfer_api_t struct
9393
Impacted files:
9494
drivers/rz/fsp/inc/api/r_transfer_api.h
95+
96+
* Disable the BSP_FEATURE_BSP_HAS_MMU_SUPPORT configuration of the RZ/A3UL to avoid using
97+
FSP MMU functions and let Zephyr handle MMU
98+
Impacted files:
99+
drivers/rz/fsp/src/rza/bsp/mcu/rza3ul/bsp_feature.h

drivers/rz/fsp/src/rza/bsp/mcu/rza3ul/bsp_feature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* BSP Capabilities Definitions */
3636
#define BSP_FEATURE_BSP_SUPPORT_PLL5_CONFIG (0U)
3737
#define BSP_FEATURE_BSP_SUPPORT_OCTAL_MEMORY (1U)
38-
#define BSP_FEATURE_BSP_HAS_MMU_SUPPORT (1)
38+
#define BSP_FEATURE_BSP_HAS_MMU_SUPPORT (0U)
3939
#define BSP_FEATURE_BSP_HAS_ELC (0U)
4040
#define BSP_FEATURE_BSP_SUPPORT_SD_VOLT (1U)
4141
#define BSP_FEATURE_BSP_SUPPORT_ETHER_VOLT (1U)

0 commit comments

Comments
 (0)