summaryrefslogtreecommitdiff
path: root/include/configs/imx8mp_rsb3720.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:04:49 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:14:51 +0300
commitdd5b58c49129016a02e41d6fda2213888d13c115 (patch)
tree7c59c8b38184529331d92467416c04f0ece3e544 /include/configs/imx8mp_rsb3720.h
parentbd79d3d616dea43b9d6de6f352144709a62a4090 (diff)
downloadu-boot-dd5b58c49129016a02e41d6fda2213888d13c115.tar.xz
global: Migrate CONFIG_MALLOC_F_ADDR to CFG
Perform a simple rename of CONFIG_MALLOC_F_ADDR to CFG_MALLOC_F_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imx8mp_rsb3720.h')
-rw-r--r--include/configs/imx8mp_rsb3720.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mp_rsb3720.h b/include/configs/imx8mp_rsb3720.h
index 38ae5f1370..e4e24b522f 100644
--- a/include/configs/imx8mp_rsb3720.h
+++ b/include/configs/imx8mp_rsb3720.h
@@ -24,7 +24,7 @@
0x5f, 0xd3, 0x6b, 0x9b, 0xe5, 0xb9)
#ifdef CONFIG_SPL_BUILD
-#define CONFIG_MALLOC_F_ADDR 0x184000 /* malloc f used before \
+#define CFG_MALLOC_F_ADDR 0x184000 /* malloc f used before \
* GD_FLG_FULL_MALLOC_INIT \
* set \
*/