Skip to content

Commit

Permalink
Merge branch 'work/backport-am64xr5-make-ddr-executable' into '23-sus…
Browse files Browse the repository at this point in the history
…tained'

am64xr5: change DDR MPU settings to Normal, Cacheable

See merge request eng/toolchain/bb-runtimes!99
  • Loading branch information
burratoo committed May 29, 2024
2 parents b85b1c3 + 0a3bf42 commit 0e493f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s-boapar__am64xr5.ads
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ package System.Board_Parameters is
Access_Control =>
(XN => MD.Execute_All,
AP => MD.Privileged_RW_User_RW,
TEX_S_C_B => MD.Non_Shareable_Device))
TEX_S_C_B => MD.Outer_Inner_WB_WA_NS))
);
end System.Board_Parameters;

0 comments on commit 0e493f9

Please sign in to comment.