From 8dab2b975e14e00564eb62383448f70efd01f324 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 19 Mar 2024 08:22:10 +0000 Subject: [PATCH] docs: release-notes: Add note on zephyr cache fix Adds a note on the fix for zephyr cache support Signed-off-by: Jamie McCrae --- docs/release-notes.d/zephyr-cache.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/release-notes.d/zephyr-cache.md diff --git a/docs/release-notes.d/zephyr-cache.md b/docs/release-notes.d/zephyr-cache.md new file mode 100644 index 000000000..72cc01b1c --- /dev/null +++ b/docs/release-notes.d/zephyr-cache.md @@ -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`.