commit | 98ffd1addd6a606d07a916b8ab1a6b9b63c068da | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Aug 16 13:28:49 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Aug 26 16:50:40 2023 -0400 |
tree | 29c60ead61171ed898c47ea48b807f77783773ba | |
parent | 38d4b7872401689aa76cbf374e356dbec4d0dc04 [diff] |
xtensa: crt1: call z_xtensa_mmu_init MMU needs to be initialized before going in to C, so z_xtensa_mmu_init() is called in crt1.S before call to z_cstart(). Note that this is the default case and crt1.S can be disabled if board and SoC desire to do so. Signed-off-by: Daniel Leung <daniel.leung@intel.com>