File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
fsp/src/rza/bsp/mcu/rza3m Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments