From f7db91c848f1fbf6bea93b62dfa4313ff550eeec Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sat, 14 Oct 2023 11:28:09 +0300 Subject: 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 --- config/u-boot/gru_kevin/config/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/u-boot/gru_kevin') 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 -- cgit v1.2.1