diff options
| author | Tom Rini <[email protected]> | 2020-06-29 15:58:09 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-29 15:58:09 -0400 |
| commit | 0b7d95531cf25a7c71bd9855135da5e7098e7b97 (patch) | |
| tree | dd39427b0c0de5afb5e773f7369561c20994ec3d /drivers | |
| parent | 19a7e5814b77b288472aa96b6d94fb2591cc9184 (diff) | |
| parent | 35ee34b2c2adc961e1ae4e68c5b7e380d7c448a0 (diff) | |
Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
- fix "Synchronous Abort" when using rk3399 4K HDMI
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/rockchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig index cfd774ead60..5215a71f99f 100644 --- a/drivers/video/rockchip/Kconfig +++ b/drivers/video/rockchip/Kconfig @@ -22,7 +22,7 @@ menuconfig VIDEO_ROCKCHIP config VIDEO_ROCKCHIP_MAX_XRES int "Maximum horizontal resolution (for memory allocation purposes)" depends on VIDEO_ROCKCHIP - default 3480 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI + default 3840 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI default 1920 help The maximum horizontal resolution to support for the framebuffer. |
