From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 28 Jun 2013 18:09:36 +0200 Subject: [U-Boot] [PATCH1/1] socfpga: Separating the configuration file for Virtual Target and real hardware Cyclone V development kit In-Reply-To: <1372435551.3106.6.camel@drezykow-VirtualBox.altera.com> References: <0BB3B561D7068A4E89FD8E9ABFB538BEB3B2E44330@PG-ITMSG03.altera.priv.altera.com> <20130628112208.GB22234@amd.pavel.ucw.cz> <1372435551.3106.6.camel@drezykow-VirtualBox.altera.com> Message-ID: <51CDB540.1080009@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 Hi Chin Liang, On 06/28/2013 06:05 PM, Chin Liang See wrote: >>> 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. It always recommended to use "git send-email" for patch submission. Best regards, Stefan