mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-26 22:09:03 +02:00
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>
This commit is contained in:
@@ -2044,7 +2044,7 @@ CONFIG_VIDEO_FONT_8X16=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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user