From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Fri, 12 Sep 2014 00:53:22 -0500 Subject: [U-Boot] [PATCHv2] generic board for socfpga In-Reply-To: <20140909112533.GA15404@amd> 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> <20140909112533.GA15404@amd> Message-ID: <1410501202.1904.0.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 On Tue, 2014-09-09 at 13:25 +0200, ZY - pavel wrote: > Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable > that option as documentation suggests. > > Signed-off-by: Pavel Machek Acked-by: Chin Liang See > > --- > > > Sorry, I let this last too long before I reviewed it and now it does > > not apply cleanly at all. Can you have a look? > > Here you go. > > > diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h > index 5d145cd..d3d1e48 100644 > --- a/include/configs/socfpga_cyclone5.h > +++ b/include/configs/socfpga_cyclone5.h > @@ -11,6 +11,8 @@ > #include "../../board/altera/socfpga/iocsr_config.h" > #include "../../board/altera/socfpga/pll_config.h" > > +#define CONFIG_SYS_GENERIC_BOARD > + > /* > * High level configuration > */ >