]> git.baikalelectronics.ru Git - uboot.git/commitdiff
vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORT
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Tue, 12 Jul 2022 15:44:22 +0000 (17:44 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 19:32:20 +0000 (15:32 -0400)
Since commit f1715bf43fb8 ("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: b49f255a8c1 ("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>
common/spl/Kconfig.vpl

index ba4b2e4f99e9c1aaedac1bf2c3f33f05f4d9e248..f33162276d92ebf45cae8d563b22653c50fd103d 100644 (file)
@@ -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