]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: stm32: Use __section(".data") with dot in the section name on DHSOM
authorMarek Vasut <marex@denx.de>
Thu, 4 May 2023 19:52:08 +0000 (21:52 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 16 Jun 2023 09:15:01 +0000 (11:15 +0200)
commitcdd350927514068496ceb52dc2c3dfa622632e47
tree6b2620fbbb67ed586490920ce929f094ce8c710a
parent5601f41bb7a08cc45c5f9ecb2461c75fc31cb2c7
ARM: stm32: Use __section(".data") with dot in the section name on DHSOM

The correct specifier of the section is ".data" and not "data",
use the former to place the variables in ".data" section.

Fixes: 662a0b06680 ("ARM: stm32: Implement board coding on AV96")
Fixes: 76a7c4c6cc1 ("ARM: dts: stm32: Synchronize DDR setttings on DH SoMs")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
board/dhelectronics/dh_stm32mp1/board.c