docs: release-notes: Add note on zephyr cache fix

Adds a note on the fix for zephyr cache support

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-03-19 08:22:10 +00:00 committed by Jamie
parent 24ac8cc2be
commit 8dab2b975e
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- Zephyr: Fixes support for disabling instruction/data caches prior
to chain-loading an application, this will be automatically
enabled if one or both of these caches are present. This feature
can be disabled by setting `CONFIG_BOOT_DISABLE_CACHES` to `n`.