Increase the LCD size to 1366x768.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 arch/sandbox/dts/sandbox.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index efa2097..6bfa735 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -70,8 +70,8 @@
 
        lcd {
                compatible = "sandbox,lcd-sdl";
-               xres = <800>;
-               yres = <600>;
+               xres = <1366>;
+               yres = <768>;
        };
 
        gpio_a: gpios@0 {
-- 
2.2.0.rc0.207.ga3a616c

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to