aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Grunau <j@jannau.net>2024-04-18 21:00:27 +0200
committerTom Rini <trini@konsulko.com>2024-04-22 11:02:08 -0600
commit59f5ce836d8ac86d31f0c902d9fc1e1f4425fb53 (patch)
treea9123e203c8cec61b75c005f21368126f1b15a44
parent9d189ab3f94080839c014829b8087de028d5c3b4 (diff)
downloadu-boot-59f5ce836d8ac86d31f0c902d9fc1e1f4425fb53.zip
u-boot-59f5ce836d8ac86d31f0c902d9fc1e1f4425fb53.tar.gz
u-boot-59f5ce836d8ac86d31f0c902d9fc1e1f4425fb53.tar.bz2
configs: apple: Enable CMD_SELECT_FONT and FONT_16X32
Apple devices have high DPI displays so the larger fonts are preferable for improved readability. This does not yet change the used font based on the display's pixel density so the standard 8x16 font is still used by default. Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Janne Grunau <j@jannau.net>
-rw-r--r--configs/apple_m1_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index 31d966f..c30aec7 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -9,6 +9,7 @@ CONFIG_SYS_PBSIZE=276
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_BOARD_LATE_INIT=y
+CONFIG_CMD_SELECT_FONT=y
# CONFIG_NET is not set
CONFIG_SYS_64BIT_LBA=y
CONFIG_APPLE_SPI_KEYB=y
@@ -19,6 +20,7 @@ CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_DWC3=y
CONFIG_USB_KEYBOARD=y
+CONFIG_VIDEO_FONT_16X32=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_NO_FB_CLEAR=y
CONFIG_VIDEO_SIMPLE=y