From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Thu, 20 Sep 2012 10:35:52 -0700 Subject: [U-Boot] [PATCH V3 1/1] i.MX6: mx6qsabrelite: Add splash screen support In-Reply-To: <1348080408-30686-1-git-send-email-eric.nelson@boundarydevices.com> References: <1348080408-30686-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <505B53F8.2070800@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/19/2012 11:46 AM, Eric Nelson wrote: > Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part > number MCIMX-LVDS1) to SABRE-Lite board. > > Signed-off-by: Eric Nelson > --- > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 102 +++++++++++++++++++++++++ > include/configs/mx6qsabrelite.h | 15 ++++- > 2 files changed, 116 insertions(+), 1 deletions(-) > > diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c b/board/freescale/mx6qsabrelite/mx6qsabrelite.c > index 4b4e89b..c42a6ab 100644 > --- a/board/freescale/mx6qsabrelite/mx6qsabrelite.c > +++ b/board/freescale/mx6qsabrelite/mx6qsabrelite.c > @@ -36,6 +36,9 @@ > #include > #include > #include > +#include > +#include > +#include > DECLARE_GLOBAL_DATA_PTR; > > > Please disregard. V4 forthcoming with fix for CCGR reference as mentioned here: http://lists.denx.de/pipermail/u-boot/2012-September/134550.html Regards, Eric