boards: esp32: correct "zephyr,sram" property under /chosen node

Correct "zephyr,sram" property under /chosen node to make board and samples
compatible with new SoC memory description.

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
This commit is contained in:
Marcio Ribeiro 2024-11-14 13:55:02 -03:00 committed by Benjamin Cabé
commit 7c12e86e06
69 changed files with 69 additions and 69 deletions

View file

@ -22,7 +22,7 @@
};
chosen {
zephyr,sram = &sram0;
zephyr,sram = &sram1;
zephyr,console = &usb_serial;
zephyr,shell-uart = &usb_serial;
zephyr,flash = &flash0;