Skip to content

Commit 933a882

Browse files
Alexander KozhinovAlexander Kozhinov
authored andcommitted
boards: arm: stm32h747i_disco_m7
change choosen sram name to axi_sram Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
1 parent cbc7083 commit 933a882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/stm32h747i_disco/stm32h747i_disco_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
chosen {
1818
zephyr,console = &usart1;
1919
zephyr,shell-uart = &usart1;
20-
zephyr,sram = &sram0;
20+
zephyr,sram = &axi_sram;
2121
zephyr,flash = &flash0;
2222
};
2323

0 commit comments

Comments
 (0)