summaryrefslogtreecommitdiff
path: root/resources/u-boot/peach_pi/config/default
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-12-07 13:53:19 +0300
committerAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-12-10 14:19:00 +0300
commit6cabcec51d39a6d4c6176de4486a95cbb492fc24 (patch)
treea7c31949347a447b07dcec8b6d78a84d0a5ed267 /resources/u-boot/peach_pi/config/default
parent38328b93946733ecaaf059352f8d3634f4f180c5 (diff)
u-boot: Add video damage tracking patch series
Add a series posted to upstream mailing lists that makes the GRUB text-mode console faster by implementing video damage tracking [1]. Refresh the config files to include its new VIDEO_DAMAGE Kconfig. Patch 7/7 upstream has a tiny conflict with "Improve UEFI experience" series we already have, but it's only in the diff context. No changes other than fixing that. [1] https://lore.kernel.org/u-boot/20220609225921.62462-1-agraf@csgraf.de/ Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'resources/u-boot/peach_pi/config/default')
-rw-r--r--resources/u-boot/peach_pi/config/default1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/u-boot/peach_pi/config/default b/resources/u-boot/peach_pi/config/default
index 53ede0b6..41e043d8 100644
--- a/resources/u-boot/peach_pi/config/default
+++ b/resources/u-boot/peach_pi/config/default
@@ -1673,6 +1673,7 @@ CONFIG_VIDEO_LOGO=y
CONFIG_BACKLIGHT=y
CONFIG_VIDEO_PCI_DEFAULT_FB_SIZE=0
# CONFIG_VIDEO_COPY is not set
+CONFIG_VIDEO_DAMAGE=y
CONFIG_BACKLIGHT_PWM=y
# CONFIG_BACKLIGHT_GPIO is not set
CONFIG_CMD_VIDCONSOLE=y