diff mbox series

[4/4] vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORT

Message ID 20220712154422.265925-5-foss+uboot@0leil.net
State Accepted
Delegated to: Tom Rini
Headers show
Series fix missed migration from SPL_<OPTION>_SUPPORT to SPL_<OPTION> | expand

Commit Message

Quentin Schulz July 12, 2022, 3:44 p.m. UTC
From: Quentin Schulz <quentin.schulz@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@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
 common/spl/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Simon Glass July 13, 2022, 3:28 p.m. UTC | #1
On Tue, 12 Jul 2022 at 09:45, Quentin Schulz <foss+uboot@0leil.net> wrote:
>
> From: Quentin Schulz <quentin.schulz@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@0leil.net>
> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
> ---
>  common/spl/Kconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Aug. 4, 2022, 8:52 p.m. UTC | #2
On Tue, Jul 12, 2022 at 05:44:22PM +0200, Quentin Schulz wrote:

> From: Quentin Schulz <quentin.schulz@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@0leil.net>
> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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"