summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-04 10:04:33 -0500
committerTom Rini <[email protected]>2022-12-23 10:14:50 -0500
commit8000ac874c727004958d0fdec250681ba6b236f9 (patch)
tree84d09249494470e3bfa03575cb0b3baff99e0154 /include
parent77db07ce1c8ca359c500f66d38e0d9d572d214a9 (diff)
global: Migrate CONFIG_LOWPOWER_FLAG to CFG
Perform a simple rename of CONFIG_LOWPOWER_FLAG to CFG_LOWPOWER_FLAG 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 164cdb0fa15..bd43efa553c 100644
--- a/include/configs/exynos5420-common.h
+++ b/include/configs/exynos5420-common.h
@@ -15,7 +15,7 @@
/*
* Low Power settings
*/
-#define CONFIG_LOWPOWER_FLAG 0x02020028
+#define CFG_LOWPOWER_FLAG 0x02020028
#define CFG_LOWPOWER_ADDR 0x0202002C
#endif /* __CONFIG_EXYNOS5420_H */