Skip to content

Commit d5a1e3a

Browse files
Alexander KozhinovAlexander Kozhinov
authored andcommitted
boards: arm: nucleo_h745zi_q_m7
change choosen sram name to axi_sram Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
1 parent 76c26aa commit d5a1e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/nucleo_h745zi_q/nucleo_h745zi_q_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
zephyr,console = &usart3;
2626
zephyr,shell-uart = &usart3;
2727
zephyr,dtcm = &dtcm;
28-
zephyr,sram = &sram0;
28+
zephyr,sram = &axi_sram;
2929
zephyr,flash = &flash0;
3030
};
3131

0 commit comments

Comments
 (0)