summaryrefslogtreecommitdiff
path: root/include/configs/nokia_rx51.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:13:37 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:15:11 +0300
commit7c5c137c4101c309d5c6ac2d29b202e5450960bb (patch)
tree668fce6402d38fb4917f1d7759d82b46d9cab216 /include/configs/nokia_rx51.h
parent193b3fe1756b7fcb5fa4432ef6642ba5c5004115 (diff)
downloadu-boot-7c5c137c4101c309d5c6ac2d29b202e5450960bb.tar.xz
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/nokia_rx51.h')
-rw-r--r--include/configs/nokia_rx51.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h
index a64b7b34dc..54eea322dd 100644
--- a/include/configs/nokia_rx51.h
+++ b/include/configs/nokia_rx51.h
@@ -169,6 +169,6 @@
#define KERNEL_ADDRESS (SDRAM_END-KERNEL_MAXSIZE)
/* Reserve protected RAM for attached kernel */
-#define CONFIG_PRAM ((KERNEL_MAXSIZE >> 10)+1)
+#define CFG_PRAM ((KERNEL_MAXSIZE >> 10)+1)
#endif /* __CONFIG_H */