From b35cd5f7b8bfaf725a674e50a01a01b3353b4d2e Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 28 Nov 2023 11:15:58 +0000 Subject: [PATCH] doc: migration-guide: 3.6: Add note on nrf Kconfig removal Adds a note on a now removed Nordic GPREGRET Kconfig which was deprecated in Zephyr 3.4 Signed-off-by: Jamie McCrae --- doc/releases/migration-guide-3.6.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/releases/migration-guide-3.6.rst b/doc/releases/migration-guide-3.6.rst index f0353d2ceaaf38..812beba9a703ab 100644 --- a/doc/releases/migration-guide-3.6.rst +++ b/doc/releases/migration-guide-3.6.rst @@ -14,6 +14,12 @@ the :ref:`release notes`. Required changes **************** +Boards +====== + + * The deprecated Nordic SoC Kconfig option ``NRF_STORE_REBOOT_TYPE_GPREGRET`` has been removed, + applications that use this should switch to using the :ref:`boot_mode_api` instead. + Kernel ======