diff options
| author | Tom Rini <[email protected]> | 2026-02-23 13:45:55 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-23 13:45:55 -0600 |
| commit | 15bd3258174b8c8791d7779f66d26ece9545b1c0 (patch) | |
| tree | 634188f66b83e1554ffea95c4702df25b61ce20e /include/configs | |
| parent | ef65b15383c99f4562539a635fe166fb4d75c0e3 (diff) | |
| parent | 4f70106beafe30df8b0528a3d8b2543cd48fe241 (diff) | |
Merge tag 'v2026.04-rc3' into next
Prepare v2026.04-rc3
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/amd_versal2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/amd_versal2.h b/include/configs/amd_versal2.h index 05ddd4eabe1..404af2cd4c6 100644 --- a/include/configs/amd_versal2.h +++ b/include/configs/amd_versal2.h @@ -16,8 +16,8 @@ /* #define CONFIG_ARMV8_SWITCH_TO_EL1 */ /* Generic Interrupt Controller Definitions */ -#define GICD_BASE 0xF9000000 -#define GICR_BASE 0xF9060000 +#define GICD_BASE 0xe2000000 +#define GICR_BASE 0xe2060000 /* Serial setup */ #define CFG_SYS_BAUDRATE_TABLE \ |
