From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Sun, 13 Jan 2013 17:15:17 +0100 Subject: [U-Boot] [PATCH 01/10] lcd, amba: remove this frame buffer driver since it is not used In-Reply-To: <1358028480-4979-2-git-send-email-jeroen@myspectrum.nl> References: <1358028480-4979-2-git-send-email-jeroen@myspectrum.nl> <1358028480-4979-1-git-send-email-jeroen@myspectrum.nl> Message-ID: <20130113161517.GA23247@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello. > Since CONFIG_VIDEO_AMBA is not set by any board, it does not seem > to be used, so remove it since there is no way to (compile) test it. I used the driver on the nhk8815. But actually it looks like the "later patch in this set", that my commit message references, was not merged. I remember I used it in 32-bit mode and had to hack some things to make it work, inluding a fater memcopy as scrolling was very slow. I don't think I can resurrect my nhk8815 device any soon, and it looks like nobody else is using this logic cell, so I'm fine removing the driver. Acked-by: Alessandro Rubini /alessandro