aboutsummaryrefslogtreecommitdiff
path: root/include/spl.h
diff options
context:
space:
mode:
authorTom Rini2023-10-01 11:54:31 -0400
committerTom Rini2023-10-01 11:54:31 -0400
commite29b932aa07fa0226d325b35d96cd4eea0370129 (patch)
treea824bb47e01a913c08878bfa3d32ed68644d9e33 /include/spl.h
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 'include/spl.h')
-rw-r--r--include/spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spl.h b/include/spl.h
index 92bcaa90a4a..57da1484f0d 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -484,7 +484,7 @@ unsigned long spl_mmc_get_uboot_raw_sector(struct mmc *mmc,
* spl_set_header_raw_uboot() - Set up a standard SPL image structure
*
* This sets up the given spl_image which the standard values obtained from
- * config options: CONFIG_SYS_MONITOR_LEN, CFG_SYS_UBOOT_START,
+ * config options: CONFIG_SYS_MONITOR_LEN, CONFIG_SYS_UBOOT_START,
* CONFIG_TEXT_BASE.
*
* @spl_image: Image description to set up