Re: [PR] risc-v/mpfs: make cache clearing optional [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15084: URL: https://github.com/apache/nuttx/pull/15084 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

[PR] risc-v/mpfs: make cache clearing optional [nuttx]

2024-12-09 Thread via GitHub
eenurkka opened a new pull request, #15084: URL: https://github.com/apache/nuttx/pull/15084 L2 needs to be zeroed to make the ECC happy. However, if there's more than one bootloader in the chain, the cache doesn't need to be wiped every time. One time is enough. Thus, make this optional so