summaryrefslogtreecommitdiff
path: root/include/configs/imx8mq_phanbell.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:04:49 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:14:51 -0500
commitdd5b58c49129016a02e41d6fda2213888d13c115 (patch)
tree7c59c8b38184529331d92467416c04f0ece3e544 /include/configs/imx8mq_phanbell.h
parentbd79d3d616dea43b9d6de6f352144709a62a4090 (diff)
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/imx8mq_phanbell.h')
-rw-r--r--include/configs/imx8mq_phanbell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mq_phanbell.h b/include/configs/imx8mq_phanbell.h
index eb7059f064..5158f2cc60 100644
--- a/include/configs/imx8mq_phanbell.h
+++ b/include/configs/imx8mq_phanbell.h
@@ -14,7 +14,7 @@
#define CONFIG_SYS_SPL_PTE_RAM_BASE 0x41580000
/* malloc f used before GD_FLG_FULL_MALLOC_INIT set */
-#define CONFIG_MALLOC_F_ADDR 0x182000
+#define CFG_MALLOC_F_ADDR 0x182000
/* For RAW image gives a error info not panic */
#endif