From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 24 Apr 2009 22:04:53 +0200 Subject: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types In-Reply-To: <49F1F004.20405@googlemail.com> References: <1240584718-6899-1-git-send-email-premi@ti.com> <20090424164422.GB2953@game.jcrosoft.org> <49F1F004.20405@googlemail.com> Message-ID: <20090424200453.GE2953@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 18:59 Fri 24 Apr , Dirk Behme wrote: > Dear Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 20:21 Fri 24 Apr , Sanjeev Premi wrote: >>> The board-types defined in struct omap3_sysinfo seem to be >>> unused. The function display_board_info() is passed >>> board type as an argument; which is ignored. >>> >>> This patch removes all uses of board-type, related definitions >>> and functions. >> I've forget to tell you this on the precedent patch but we have >> print_cpuinfo > > print_cpuinfo() is marked as 'test only' in lib_arm/board.c: > > int print_cpuinfo (void); /* test-only */ please remove the commet, as it does not apply anymore for years Best Regards, J.