[PATCH 1/1] serial: serial_octeon_bootcmd.c: use correct Kconfig symbol

Stefan Roese stefan.roese at mailbox.org
Wed Feb 25 08:24:22 CET 2026


On 2/25/26 08:10, Heinrich Schuchardt wrote:
> CONFIG_SYS_IS_IN_ENV does not exist.
> CONFIG_SYS_CONSOLE_IS_IN_ENV seems to be needed here.
> 
> Fixes: f1054661e50f ("serial: serial_octeon_bootcmd.c: Add PCI remote console support")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>

Reviewed-by: Stefan Roese <stefan.roese at mailbox.org>

Thanks,
Stefan

> ---
>   drivers/serial/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index b84cb9ec781..3fb3492dcd0 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -1022,7 +1022,7 @@ config OCTEON_SERIAL_BOOTCMD
>   	bool "MIPS Octeon PCI remote bootcmd input"
>   	depends on ARCH_OCTEON
>   	depends on DM_SERIAL
> -	select SYS_IS_IN_ENV
> +	select SYS_CONSOLE_IS_IN_ENV
>   	select CONSOLE_MUX
>   	help
>   	 This driver supports remote input over the PCIe bus from a host



More information about the U-Boot mailing list