Skip to content

Commit d70840d

Browse files
committed
[nrf fromtree] doc: release: migration_guide: 4.5: Add note on SRAM Kconfig change
Adds details about this switching to Kconfig Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit e4af38d)
1 parent 0181e1e commit d70840d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/releases/migration-guide-4.5.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Kernel
3232
Boards
3333
******
3434

35+
* The Kconfig options :kconfig:option:`CONFIG_SRAM_SIZE` and
36+
:kconfig:option:`CONFIG_SRAM_BASE_ADDRESS` have been deprecated, boards should instead use the
37+
devicetree ``zephyr.sram`` chosen node to specify the RAM node which will be used (whose values
38+
populated the Kconfig values). If either option is manually adjusted, it will cause
39+
:kconfig:option:`CONFIG_SRAM_DEPRECATED_KCONFIG_SET` to be set which indicates this deprecation.
40+
3541
Device Drivers and Devicetree
3642
*****************************
3743

0 commit comments

Comments
 (0)