mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
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>
This commit is contained in:
parent
58d258c8c4
commit
81df9ed45e
@ -166,7 +166,7 @@ config VPL_SERIAL
|
|||||||
select VPL_PRINTF
|
select VPL_PRINTF
|
||||||
select VPL_STRTO
|
select VPL_STRTO
|
||||||
help
|
help
|
||||||
Enable support for serial in VPL. See SPL_SERIAL_SUPPORT for
|
Enable support for serial in VPL. See SPL_SERIAL for
|
||||||
details.
|
details.
|
||||||
|
|
||||||
config VPL_SIZE_LIMIT
|
config VPL_SIZE_LIMIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user