
3 Dec
2024
3 Dec
'24
7:27 p.m.
On Tue, Dec 3, 2024 at 11:37 AM Peng Fan (OSS) peng.fan@oss.nxp.com wrote:
From: Peng Fan peng.fan@nxp.com
have_dual_base is set to false, so the 8ulp_data will be put in BSS section which conflicts with the area of u-boot.dtb which padded just after u-boot-nodtb.bin. So move 8ulp_data to data section to avoid its content being corrupted by dtb.
...
-static struct imx_rgpio2p_soc_data imx8ulp_data = { +static struct imx_rgpio2p_soc_data imx8ulp_data __section(".data") = { .have_dual_base = false,
Isn't it the same kind of problem that was discussed before?
https://lore.kernel.org/all/20241017034507.GJ4959@bill-the-cat/