From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 06 Feb 2009 01:52:44 +0100 Subject: [U-Boot] [PATCH 9/9 v2] ARM: add an "eet" variant of the imx31_phycore board In-Reply-To: References: Message-ID: <498B89DC.2060508@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Guennadi Liakhovetski wrote: > diff --git a/board/imx31_phycore/imx31_phycore.c b/board/imx31_phycore/imx31_phycore.c > index 4c64cb9..6b7cbb6 100644 > --- a/board/imx31_phycore/imx31_phycore.c > +++ b/board/imx31_phycore/imx31_phycore.c > @@ -66,6 +67,57 @@ int board_init (void) > return 0; > } > > +#ifdef BOARD_LATE_INIT > +int board_late_init(void) > +{ > +#ifdef CONFIG_DISPLAY_S6E63D6 please change this one to CONFIG_S6E63D6, too. Thanks! Best regards, Anatolij