[PATCH 01/11] gpio: imx_rgpio2p: Move 8ulp_data to data section
Fabio Estevam
festevam at gmail.com
Mon Dec 9 13:24:08 CET 2024
On Tue, Dec 3, 2024 at 11:37 AM Peng Fan (OSS) <peng.fan at oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan at 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.
>
> Fixes: 51cfa66f2c4 ("gpio: imx_rgpio2p: support one address")
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
Applied all to u-boot-imx/next, thanks.
More information about the U-Boot
mailing list