diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:03:36 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:07:03 -0500 |
| commit | 04501ecca26d0f3ad10065775c1bddda02a02db0 (patch) | |
| tree | 9c8f8c244c82b6b88c586cf626afe1839664780e /include | |
| parent | 137de2cf0dc62d574de7363dd4ac7cc1f4848fcf (diff) | |
global: Migrate CONFIG_ARM_GIC_BASE_ADDRESS to CFG
Perform a simple rename of CONFIG_ARM_GIC_BASE_ADDRESS to CFG_ARM_GIC_BASE_ADDRESS
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/arndale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/arndale.h b/include/configs/arndale.h index 7a244769e30..8acc525b11c 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -19,6 +19,6 @@ #define CONFIG_SMP_PEN_ADDR 0x02020000 /* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */ -#define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000 +#define CFG_ARM_GIC_BASE_ADDRESS 0x10480000 #endif /* __CONFIG_H */ |
