From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 2 Jun 2014 00:48:56 -0500 Subject: [U-Boot] [PATCH] generic board for socfpga In-Reply-To: <20140527125030.GA29898@amd.pavel.ucw.cz> References: <20140514164258.GA10393@amd.pavel.ucw.cz> <201405150701.25786.manningc2@actrix.gen.nz> <1400229765.2030.4.camel@clsee-VirtualBox.altera.com> <20140527124032.GD15088@amd.pavel.ucw.cz> <20140527125030.GA29898@amd.pavel.ucw.cz> Message-ID: <1401688136.1853.2.camel@clsee-VirtualBox.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Pavel, On Tue, 2014-05-27 at 14:50 +0200, ZY - pavel wrote: > Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable > that option as documentation suggests. > Yup, it works well for me without modification. Acked-by: Chin Liang See Thanks Chin Liang > Signed-off-by: Pavel Machek > > diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h > index 2fc16ef..72d77f4 100644 > --- a/include/configs/socfpga_cyclone5.h > +++ b/include/configs/socfpga_cyclone5.h > @@ -16,6 +16,8 @@ > /* Virtual target or real hardware */ > #define CONFIG_SOCFPGA_VIRTUAL_TARGET > > +#define CONFIG_SYS_GENERIC_BOARD > + > #define CONFIG_ARMV7 > #define CONFIG_SYS_DCACHE_OFF > #undef CONFIG_USE_IRQ >