diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:13:37 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:15:11 -0500 |
commit | 7c5c137c4101c309d5c6ac2d29b202e5450960bb (patch) | |
tree | 668fce6402d38fb4917f1d7759d82b46d9cab216 /include/configs/nokia_rx51.h | |
parent | 193b3fe1756b7fcb5fa4432ef6642ba5c5004115 (diff) | |
download | u-boot-7c5c137c4101c309d5c6ac2d29b202e5450960bb.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index a64b7b34dc1..54eea322dd3 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 */ |