diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-07-12 17:44:22 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 15:32:20 -0400 |
commit | 81df9ed45e879fc3cbb79b182f4fba888b3f927f (patch) | |
tree | 814a313d658ff244df6c466239293f91689edb64 /common/spl/Kconfig.vpl | |
parent | 58d258c8c4710504dd3dad4ce9773353417a9db2 (diff) | |
download | u-boot-81df9ed45e879fc3cbb79b182f4fba888b3f927f.zip u-boot-81df9ed45e879fc3cbb79b182f4fba888b3f927f.tar.gz u-boot-81df9ed45e879fc3cbb79b182f4fba888b3f927f.tar.bz2 |
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 <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/spl/Kconfig.vpl')
-rw-r--r-- | common/spl/Kconfig.vpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig.vpl b/common/spl/Kconfig.vpl index ba4b2e4..f331622 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 |