diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:13:29 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:51 -0500 |
| commit | 830fd095a348d8390c23d93605e438ac24153be9 (patch) | |
| tree | 831960b9a4aa2d7837a659c86ba03eceadecf74e /include | |
| parent | 52d596eabbd3ce80c2e1ce0e860d588cd219bd0b (diff) | |
global: Migrate CONFIG_PHY_IRAM_BASE to CFG
Perform a simple rename of CONFIG_PHY_IRAM_BASE to CFG_PHY_IRAM_BASE
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 bd43efa553c..b75fe1b0a86 100644 --- a/include/configs/exynos5420-common.h +++ b/include/configs/exynos5420-common.h @@ -10,7 +10,7 @@ #define CFG_IRAM_TOP 0x02074000 -#define CONFIG_PHY_IRAM_BASE 0x02020000 +#define CFG_PHY_IRAM_BASE 0x02020000 /* * Low Power settings |
