From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 11 Nov 2013 14:32:48 -0600 Subject: [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board In-Reply-To: <20131111192602.GA22118@amd.pavel.ucw.cz> References: <20131111192602.GA22118@amd.pavel.ucw.cz> Message-ID: <1384201968.5046.3.camel@clsee-VirtualBox> 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 Mon, 2013-11-11 at 20:26 +0100, ZY - pavel wrote: > Altera Cyclone 5 board is very different board (big, rectangular, > expensive) than EBV Socrates (small, circular, cheap) board. Different > parts are used there, too, but same configuration of u-boot works on > both. Nevertheless, printing wrong name confuses users. > > Therefore this splits the configuration so that u-boot knows they are > different. So far it is only used for correcting the puts, but there > may be other uses in future. > > Signed-off-by: Pavel Machek > Looks good to me. Reviewed-by: Chin Liang See In fact, we already make this change at our git at http://rocketboards.org/gitweb/?p=u-boot-socfpga.git;a=shortlog;h=refs/heads/socfpga_v2013.01.01. Hopefully I can continue to upstream few new patches in coming days. Thanks Chin Liang