summaryrefslogtreecommitdiff
path: root/config/u-boot/gru_kevin/config/default
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2023-10-14 11:28:09 +0300
committerAlper Nebi Yasak <alpernebiyasak@gmail.com>2023-10-14 16:48:41 +0300
commitf7db91c848f1fbf6bea93b62dfa4313ff550eeec (patch)
tree4e49f4ac7b30f4a6b908642a75144633fd8c03bc /config/u-boot/gru_kevin/config/default
parent7afe2f39189fa196547c3dd9f9f617cfab91d835 (diff)
u-boot: gru: Disable VIDEO_COPY
U-Boot can keep a "copy" framebuffer to read from, for devices where reading from hardware framebuffer is expensive. This needs the video driver to support it. The Rockchip video driver doesn't need or support it, so this option does nothing on gru boards. Disable it. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'config/u-boot/gru_kevin/config/default')
-rw-r--r--config/u-boot/gru_kevin/config/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/u-boot/gru_kevin/config/default b/config/u-boot/gru_kevin/config/default
index 3cc74337..d715151d 100644
--- a/config/u-boot/gru_kevin/config/default
+++ b/config/u-boot/gru_kevin/config/default
@@ -2044,7 +2044,7 @@ CONFIG_VIDEO_FONT_16X32=y
CONFIG_VIDEO_LOGO=y
CONFIG_BACKLIGHT=y
CONFIG_VIDEO_PCI_DEFAULT_FB_SIZE=0
-CONFIG_VIDEO_COPY=y
+# CONFIG_VIDEO_COPY is not set
CONFIG_VIDEO_DAMAGE=y
CONFIG_BACKLIGHT_PWM=y
# CONFIG_BACKLIGHT_GPIO is not set