[PATCH] fixup! ARM: stm32mp: enable useful options for the LXA Fairy Tux2
Ahmad Fatoum
a.fatoum at barebox.org
Thu Jun 11 14:21:39 PDT 2026
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 <a.fatoum at barebox.org>
---
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
More information about the barebox
mailing list