diff options
author | Tom Rini <trini@konsulko.com> | 2024-12-09 08:46:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-09 08:46:57 -0600 |
commit | 9dd0a9ecaa539adb99f74ea5cebcafcdebe93aad (patch) | |
tree | 275308e9fd137acde53d74c8d5170a21cbeb9cd4 /drivers/gpio/imx_rgpio2p.c | |
parent | 39759bf9fe3a5b6d4788164fc046f5f8aee5cbff (diff) | |
parent | 1c9fe756edba755679e8e4dc525d12e7deda3808 (diff) |
Merge tag 'u-boot-imx-next-20241209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23736
- Add support for the NXP i.MX91 EVK board.
- Improve EEPRON suport on i.MX8MP DHCOM board.
- Switch phycore_imx8mm to using environment text files and improve
environment handling.
Diffstat (limited to 'drivers/gpio/imx_rgpio2p.c')
-rw-r--r-- | drivers/gpio/imx_rgpio2p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/imx_rgpio2p.c b/drivers/gpio/imx_rgpio2p.c index fc1d418315c..7cf178f8a48 100644 --- a/drivers/gpio/imx_rgpio2p.c +++ b/drivers/gpio/imx_rgpio2p.c @@ -231,7 +231,7 @@ static struct imx_rgpio2p_soc_data imx7ulp_data = { .have_dual_base = true, }; -static struct imx_rgpio2p_soc_data imx8ulp_data = { +static struct imx_rgpio2p_soc_data imx8ulp_data __section(".data") = { .have_dual_base = false, }; |