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>btrfsvols
parent
7afe2f3918
commit
f7db91c848
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue