aboutsummaryrefslogtreecommitdiff
path: root/include/configs/M5373EVB.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/M5373EVB.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/M5373EVB.h')
-rw-r--r--include/configs/M5373EVB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h
index fa6f2d23e74..4e8dcb5ef7f 100644
--- a/include/configs/M5373EVB.h
+++ b/include/configs/M5373EVB.h
@@ -36,7 +36,7 @@
"save\0" \
""
-#define CONFIG_PRAM 512 /* 512 KB */
+#define CFG_PRAM 512 /* 512 KB */
#define CFG_SYS_CLK 80000000
#define CFG_SYS_CPU_CLK CFG_SYS_CLK * 3