aboutsummaryrefslogtreecommitdiff
path: root/include/configs/kmcent2.h
diff options
context:
space:
mode:
authorTom Rini2022-12-04 10:13:37 -0500
committerTom Rini2022-12-23 10:15:11 -0500
commit7c5c137c4101c309d5c6ac2d29b202e5450960bb (patch)
tree668fce6402d38fb4917f1d7759d82b46d9cab216 /include/configs/kmcent2.h
parent193b3fe1756b7fcb5fa4432ef6642ba5c5004115 (diff)
global: Migrate CONFIG_PRAM to CFG
Perform a simple rename of CONFIG_PRAM to CFG_PRAM Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/kmcent2.h')
-rw-r--r--include/configs/kmcent2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h
index a4b6a6e555d..33ee23ece1d 100644
--- a/include/configs/kmcent2.h
+++ b/include/configs/kmcent2.h
@@ -170,7 +170,7 @@
/* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
* is not valid yet, which is the case for when u-boot copies itself to RAM
*/
-#define CONFIG_PRAM ((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM) >> 10)
+#define CFG_PRAM ((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM) >> 10)
/*
* IFC Definitions