diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:14 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:10:40 -0500 |
| commit | 7201b769784fd474f7e24c3fd2048588c69fb285 (patch) | |
| tree | 2a6589fee43bf0e48fcf656820a38f0690febd8d /include | |
| parent | 7b5f75cffabaa475add3c2f66d5ca0aa95588b5a (diff) | |
global: Migrate CONFIG_IRAM_TOP to CFG
Perform a simple rename of CONFIG_IRAM_TOP to CFG_IRAM_TOP
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/exynos5420-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h index 934a4ef9d1f..99ab1a174f7 100644 --- a/include/configs/exynos5420-common.h +++ b/include/configs/exynos5420-common.h @@ -8,7 +8,7 @@ #ifndef __CONFIG_EXYNOS5420_H #define __CONFIG_EXYNOS5420_H -#define CONFIG_IRAM_TOP 0x02074000 +#define CFG_IRAM_TOP 0x02074000 #define CONFIG_PHY_IRAM_BASE 0x02020000 |
