summaryrefslogtreecommitdiff
path: root/include/configs/imx8mm_icore_mx8mm.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/imx8mm_icore_mx8mm.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/imx8mm_icore_mx8mm.h')
-rw-r--r--include/configs/imx8mm_icore_mx8mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mm_icore_mx8mm.h b/include/configs/imx8mm_icore_mx8mm.h
index e718daa07c..2158b0af74 100644
--- a/include/configs/imx8mm_icore_mx8mm.h
+++ b/include/configs/imx8mm_icore_mx8mm.h
@@ -15,7 +15,7 @@
#ifdef CONFIG_SPL_BUILD
/* malloc f used before GD_FLG_FULL_MALLOC_INIT set */
-# define CONFIG_MALLOC_F_ADDR 0x930000
+# define CFG_MALLOC_F_ADDR 0x930000
/* For RAW image gives a error info not panic */
#endif /* CONFIG_SPL_BUILD */