From a4a85e3ad45c6a7345aa8b3da59d7cc8927331e6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 27 Jan 2014 20:58:10 +0100 Subject: [PATCH] cubieboard2-uboot: increase fb0_framebuffer_num for DRM. --- srcpkgs/cubieboard2-uboot/files/cubieboard2.fex | 2 +- srcpkgs/cubieboard2-uboot/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cubieboard2-uboot/files/cubieboard2.fex b/srcpkgs/cubieboard2-uboot/files/cubieboard2.fex index 9d80219d5d4..8ebaba874a1 100644 --- a/srcpkgs/cubieboard2-uboot/files/cubieboard2.fex +++ b/srcpkgs/cubieboard2-uboot/files/cubieboard2.fex @@ -310,7 +310,7 @@ screen0_output_type = 3 screen0_output_mode = 4 screen1_output_type = 0 screen1_output_mode = 4 -fb0_framebuffer_num = 2 +fb0_framebuffer_num = 3 fb0_format = 10 fb0_pixel_sequence = 0 fb0_scaler_mode_enable = 0 diff --git a/srcpkgs/cubieboard2-uboot/template b/srcpkgs/cubieboard2-uboot/template index 85a761ed87b..99f8bfc1fe4 100644 --- a/srcpkgs/cubieboard2-uboot/template +++ b/srcpkgs/cubieboard2-uboot/template @@ -1,7 +1,7 @@ # Template file for 'cubieboard2-uboot' pkgname=cubieboard2-uboot version=v2013.10 -revision=8 +revision=9 wrksrc="u-boot-sunxi-${version/v/}-sunxi" hostmakedepends="sunxi-tools uboot-mkimage" short_desc="Cubieboard2 U-Boot files for SD booting"