From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 6 Oct 2011 00:50:15 +0200 Subject: [U-Boot] [PATCH V2 1/4] VIDEO: MX5: Switch MX5 to CONFIG_VIDEO In-Reply-To: <1317201678-8889-1-git-send-email-sbabic@denx.de> References: <1317024949-4514-1-git-send-email-sbabic@denx.de> <1317201678-8889-1-git-send-email-sbabic@denx.de> Message-ID: <20111006005015.42e2f9e3@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Wed, 28 Sep 2011 11:21:15 +0200 Stefano Babic wrote: > The framebuffer driver for MX5 is based on CONFIG_LCD. > In the current implementation, there is a serious bug > because the required memory is allocated before > relocation, but the driver knows only later which is > the resolution of the display. The patch switches the driver > to CONFIG_VIDEO and the memory is allocated by the driver itself. > > Signed-off-by: Stefano Babic > CC: Anatolij Gustschin > --- > > V2: patchset with modified Marek's patch to select display thanks for the new patchset, but I think we should make commits bisectable. Also there were some compile warnings so I decided to slightly rework this patchset and have just sent v3. Can you please test it? Thanks, Anatolij