From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Fri, 28 Jun 2013 11:05:51 -0500 Subject: [U-Boot] [PATCH1/1] socfpga: Separating the configuration file for Virtual Target and real hardware Cyclone V development kit In-Reply-To: <20130628112208.GB22234@amd.pavel.ucw.cz> References: <0BB3B561D7068A4E89FD8E9ABFB538BEB3B2E44330@PG-ITMSG03.altera.priv.altera.com> <20130628112208.GB22234@amd.pavel.ucw.cz> Message-ID: <1372435551.3106.6.camel@drezykow-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 Fri, 2013-06-28 at 13:22 +0200, ZY - pavel wrote: > Hi! > > > socfpga: Separating the configuration file for Virtual Target and > > real hardware Cyclone V development kit > > > > Signed-off-by: Chin Liang See > > --- > > include/configs/socfpga_cyclone5.h | 28 +++++++++++++++++++++------- > > 1 files changed, 21 insertions(+), 7 deletions(-) > > > > diff --git a/include/configs/socfpga_cyclone5.h > > b/include/configs/socfpga_cyclone5.h > > index 5633d2a..86563b7 100644 > > --- a/include/configs/socfpga_cyclone5.h > > +++ b/include/configs/socfpga_cyclone5.h > > @@ -22,6 +22,8 @@ > > /* > > * High level configuration > > */ > > +/* Running on virtual target or real hardware */ #define > > +CONFIG_SOCFPGA_VIRTUAL_TARGET > > > > Unfortunately, it came word-wrapped. Looks ok otherwise. Hmmm... seems the mail client did this when sending. I will resubmit this patch with new mail client. Thanks Chin Liang > > Reviewed-by: Pavel Machek > > Thanks, > Pavel