From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 25 Apr 2009 14:50:33 +0200 Subject: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types In-Reply-To: <20090424210125.72DCA83420E8@gemini.denx.de> References: <1240584718-6899-1-git-send-email-premi@ti.com> <20090424164422.GB2953@game.jcrosoft.org> <20090424193423.1A2A583420E8@gemini.denx.de> <20090424200323.GD2953@game.jcrosoft.org> <20090424210125.72DCA83420E8@gemini.denx.de> Message-ID: <20090425125033.GD25381@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 23:01 Fri 24 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090424200323.GD2953@game.jcrosoft.org> you wrote: > > > > > What exactly do you mean by "move the STD API"? > > > > > > In which way should the "STD API" be moved, and what exactly is the > > > "STD API" you are referring to? > > > > extract of arm init function > > > > #if defined(CONFIG_DISPLAY_CPUINFO) > > print_cpuinfo, /* display cpu info (and speed) */ > > #endif > > #if defined(CONFIG_DISPLAY_BOARDINFO) > > checkboard, /* display board info */ > > #endif > > > > I want we use the current API and not re-invent a new API for an arch only > > Well, if you conside rthis the "standard API", this should (1) be > documented somewhere, and (2) it must be fixed - at the moment, the > code reads: > > lib_arm/board.c:int print_cpuinfo (void); /* test-only */ > > I would not dare to use such a function in my code given the > "test-only" comment. sorry I've no time to clean every part of the arm as noone else are interrested in old code so yes it will be cleanup but later asI work on other part of the arm actually which I will finish first Best Regards, J.