diff options
author | Tom Rini <trini@konsulko.com> | 2024-09-10 07:49:26 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-10 07:49:26 -0600 |
commit | aded8e4aaee1efa32f2ce7e3c45205f523afc2da (patch) | |
tree | c9ed11600dd893d2a09b2c6604068a8b3da37202 | |
parent | 7b2d4ecd7f6593771dd3118c8bab525d727a91e0 (diff) | |
parent | 9d921355d942091f24269602ca464864cb0719f3 (diff) |
Merge tag 'u-boot-imx-master-20240909' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22289
- Fix a boot regression on i.MX8MQ.
-rw-r--r-- | arch/arm/dts/imx8mq-u-boot.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mq-u-boot.dtsi b/arch/arm/dts/imx8mq-u-boot.dtsi index e1cd6f8996d..9b895a63857 100644 --- a/arch/arm/dts/imx8mq-u-boot.dtsi +++ b/arch/arm/dts/imx8mq-u-boot.dtsi @@ -111,6 +111,8 @@ #endif #address-cells = <1>; + offset = <0x57c00>; + images { uboot { arch = "arm64"; |