commit | 8b1d5f0629ca5968fd94e7ff9717b18b617b19a2 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Tue Apr 23 10:33:38 2024 -0600 |
committer | David Brown <davidb@davidb.org> | Wed Apr 24 09:18:54 2024 -0600 |
tree | c3b000fa75362a08aa7964eb074d0d97b2a46aab | |
parent | 73315f7b51b148eed238c8fc51cea92a06fc082f [diff] [blame] |
docs: add release notes for reset vector update Add missing release notes for this change. Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/docs/release-notes.d/flash-reset.md b/docs/release-notes.d/flash-reset.md new file mode 100644 index 0000000..dc73dbb --- /dev/null +++ b/docs/release-notes.d/flash-reset.md
@@ -0,0 +1,2 @@ +- Use general flash operations to determine the flash reset vector. This + improves support a bit for some configurations of external flash.