diff options
| author | Mathieu Othacehe <[email protected]> | 2024-02-26 18:48:34 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-03-04 08:18:27 -0300 |
| commit | 71e2082010ffb6fa8a4c5d5620abf9cba0873cf1 (patch) | |
| tree | 88653e189070ac0d56deb9fb5eeb4e375728da39 /arch | |
| parent | 867f97e1c4da2031fd485bf6fa89038c5739dfe4 (diff) | |
imx9: Update to mx93 A1 chip revision.
Use the latest, mx93a1-ahab-container.img that is compatible with the
i.MX93 A1 revision.
Using mx93a1-ahab-container.img on an A0 chip and conversely causes a boot
failure without any traces on the UART.
Signed-off-by: Mathieu Othacehe <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/imx9/imximage.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/imx9/imximage.cfg b/arch/arm/mach-imx/imx9/imximage.cfg index 3e440465b23..d327d6a6ef4 100644 --- a/arch/arm/mach-imx/imx9/imximage.cfg +++ b/arch/arm/mach-imx/imx9/imximage.cfg @@ -5,6 +5,6 @@ BOOT_FROM SD 0x400 SOC_TYPE IMX9 -APPEND mx93a0-ahab-container.img +APPEND mx93a1-ahab-container.img CONTAINER IMAGE A55 u-boot-spl-ddr.bin 0x2049A000
\ No newline at end of file |
