[PATCH 4/4] vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORT
Quentin Schulz
foss+uboot at 0leil.net
Tue Jul 12 17:44:22 CEST 2022
From: Quentin Schulz <quentin.schulz at theobroma-systems.com>
Since commit 2a7360666871 ("serial: Rename SERIAL_SUPPORT to SERIAL")
SPL_SERIAL_SUPPORT is named SPL_SERIAL. So let's update the comment to
point to the correct Kconfig option in the comment of VPL_SERIAL.
Fixes: 747093dd408 ("vpl: Add Kconfig options for VPL")
Cc: Quentin Schulz <foss+uboot at 0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz at theobroma-systems.com>
---
common/spl/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 50ff113cab..75f3ca7faf 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1818,8 +1818,7 @@ config VPL_SERIAL
select VPL_PRINTF
select VPL_STRTO
help
- Enable support for serial in VPL. See SPL_SERIAL_SUPPORT for
- details.
+ Enable support for serial in VPL. See SPL_SERIAL for details.
config VPL_SIZE_LIMIT
hex "Maximum size of VPL image"
--
2.36.1
More information about the U-Boot
mailing list