diff options
| author | Tom Rini <[email protected]> | 2024-10-29 18:46:08 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-29 18:46:08 -0600 |
| commit | 5cca0e3f6e0ff17db92476235ea1bb9cd8cbc9eb (patch) | |
| tree | 8ae4389d02430cc97d25546be0c00cf5ae6ea7d6 /arch/arm/include | |
| parent | 2d79d1004d8d2ec8522c520dc205c8f199fd035e (diff) | |
| parent | d88bcd6d247a2b5d1683e393d8c9dc0259cd29f0 (diff) | |
Merge tag 'u-boot-imx-master-20241029' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23092
- Implement i.MX93 erratum fix on the dwc_eth_qos driver to fix RMII.
- Add support for Emcraft Systems NavQ+.
- Fix the size of IVT + CSF blob tacked on to u-boot.itb.
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-imx8m/imx-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h b/arch/arm/include/asm/arch-imx8m/imx-regs.h index f1b7526ac77..95a8cc1c637 100644 --- a/arch/arm/include/asm/arch-imx8m/imx-regs.h +++ b/arch/arm/include/asm/arch-imx8m/imx-regs.h @@ -15,7 +15,7 @@ #define MCU_BOOTROM_BASE_ADDR 0x007E0000 -#define GPIO1_BASE_ADDR 0X30200000 +#define GPIO1_BASE_ADDR 0x30200000 #define GPIO2_BASE_ADDR 0x30210000 #define GPIO3_BASE_ADDR 0x30220000 #define GPIO4_BASE_ADDR 0x30230000 |
