summaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-10-01 11:54:31 -0400
committerTom Rini <trini@konsulko.com>2023-10-01 11:54:31 -0400
commite29b932aa07fa0226d325b35d96cd4eea0370129 (patch)
treea824bb47e01a913c08878bfa3d32ed68644d9e33 /common/spl/spl_fit.c
parent613949b79a52fecc9958d44c561d327373efc6e2 (diff)
parentc3b27a826f276b67021a31369c760f1b416e4917 (diff)
Merge branch '2023-09-30-Kconfig-updates' into next
- Migrate one symbol from CFG to CONFIG and move where another is.
Diffstat (limited to 'common/spl/spl_fit.c')
-rw-r--r--common/spl/spl_fit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c
index cd73b256565..b1668c0396c 100644
--- a/common/spl/spl_fit.c
+++ b/common/spl/spl_fit.c
@@ -817,7 +817,7 @@ int spl_load_simple_fit(struct spl_image_info *spl_image,
}
/*
- * If a platform does not provide CFG_SYS_UBOOT_START, U-Boot's
+ * If a platform does not provide CONFIG_SYS_UBOOT_START, U-Boot's
* Makefile will set it to 0 and it will end up as the entry point
* here. What it actually means is: use the load address.
*/