From 81df9ed45e879fc3cbb79b182f4fba888b3f927f Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Tue, 12 Jul 2022 17:44:22 +0200 Subject: [PATCH] vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORT 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 Signed-off-by: Quentin Schulz Reviewed-by: Simon Glass --- common/spl/Kconfig.vpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/spl/Kconfig.vpl b/common/spl/Kconfig.vpl index ba4b2e4f99..f33162276d 100644 --- a/common/spl/Kconfig.vpl +++ b/common/spl/Kconfig.vpl @@ -166,7 +166,7 @@ config VPL_SERIAL select VPL_PRINTF select VPL_STRTO help - Enable support for serial in VPL. See SPL_SERIAL_SUPPORT for + Enable support for serial in VPL. See SPL_SERIAL for details. config VPL_SIZE_LIMIT -- 2.39.5