mirror of
https://xff.cz/git/u-boot/
synced 2025-10-01 07:21:23 +02:00
The correct specifier of the section is ".data" and not "data", use the former to place the variables in ".data" section. Fixes:731fd50e27
("ARM: stm32: Implement board coding on AV96") Fixes:92ca0f7446
("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>