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

2022-08-04 Thread Tom Rini
On Tue, Jul 12, 2022 at 05:44:22PM +0200, Quentin Schulz wrote: > From: Quentin Schulz > > 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_SE

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

2022-07-13 Thread Simon Glass
On Tue, 12 Jul 2022 at 09:45, Quentin Schulz wrote: > > From: Quentin Schulz > > 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. > > F