summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-04 10:04:32 -0500
committerTom Rini <[email protected]>2022-12-23 10:14:50 -0500
commit77db07ce1c8ca359c500f66d38e0d9d572d214a9 (patch)
tree3dc09083f3f8da66ba0306064052c34f4ffec459 /include
parent1cd60b3cc021fb8bfa537a393151871515b512b2 (diff)
global: Migrate CONFIG_LOWPOWER_ADDR to CFG
Perform a simple rename of CONFIG_LOWPOWER_ADDR to CFG_LOWPOWER_ADDR Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos5420-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h
index 99ab1a174f7..164cdb0fa15 100644
--- a/include/configs/exynos5420-common.h
+++ b/include/configs/exynos5420-common.h
@@ -16,6 +16,6 @@
* Low Power settings
*/
#define CONFIG_LOWPOWER_FLAG 0x02020028
-#define CONFIG_LOWPOWER_ADDR 0x0202002C
+#define CFG_LOWPOWER_ADDR 0x0202002C
#endif /* __CONFIG_EXYNOS5420_H */