ARM: stm32mp: enable resize command The Debian CDROM installer resizes the terminal and rebooting into barebox may fix the viewport at a smaller size than what the terminal has.
Enable the resize command to allow users to make use of the full terminal width again easily. Signed-off-by: Ahmad Fatoum <[email protected]> --- arch/arm/configs/stm32mp_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32mp_defconfig b/arch/arm/configs/stm32mp_defconfig index dab6dee6635d..e1aef7c86fc0 100644 --- a/arch/arm/configs/stm32mp_defconfig +++ b/arch/arm/configs/stm32mp_defconfig @@ -74,6 +74,7 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_MIITOOL=y CONFIG_CMD_PING=y CONFIG_CMD_TFTP=y +CONFIG_CMD_RESIZE=y CONFIG_CMD_ECHO_E=y CONFIG_CMD_EDIT=y CONFIG_CMD_MENU=y -- 2.47.3
