Skip to content

Commit 31db76f

Browse files
committed
hal: renesas: rza: Disable BSP_FEATURE_BSP_HAS_MMU_SUPPORT configuration
Disable the BSP_FEATURE_BSP_HAS_MMU_SUPPORT configuration of the RZ/A3M to let Zephyr handle MMU Signed-off-by: Nhut Nguyen <[email protected]>
1 parent c260526 commit 31db76f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

drivers/rz/README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ Patch List:
9393
Impacted files:
9494
drivers/rz/fsp/inc/api/r_transfer_api.h
9595

96-
* Disable the BSP_FEATURE_BSP_HAS_MMU_SUPPORT configuration of the RZ/A3UL to avoid using
96+
* Disable the BSP_FEATURE_BSP_HAS_MMU_SUPPORT configuration of the RZ/A3UL, A3M to avoid using
9797
FSP MMU functions and let Zephyr handle MMU
9898
Impacted files:
9999
drivers/rz/fsp/src/rza/bsp/mcu/rza3ul/bsp_feature.h
100+
drivers/rz/fsp/src/rza/bsp/mcu/rza3m/bsp_feature.h
100101

101102
* Change the cast type from uint32_t to uintptr_t when assigning an address to a register in the
102103
DMAC FSP driver of the RZ/A3UL to avoid build warnings

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Private global variables and functions
2828
**********************************************************************************************************************/
2929

30-
#define BSP_FEATURE_BSP_HAS_MMU_SUPPORT (1)
30+
#define BSP_FEATURE_BSP_HAS_MMU_SUPPORT (0)
3131

3232
#define BSP_FEATURE_BSP_HAS_MIPI_DSI (1U)
3333

0 commit comments

Comments
 (0)