From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 24 Feb 2009 06:31:45 +0100 Subject: [U-Boot] [PATCH 1/1 V3] cmd_bdinfo: move implementation to arch instead of common In-Reply-To: <20090223092255.5676d409@hskinnemoen-d830> References: <1235205980-20534-1-git-send-email-plagnioj@jcrosoft.com> <20090223092255.5676d409@hskinnemoen-d830> Message-ID: <20090224053145.GD6875@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 09:22 Mon 23 Feb , Haavard Skinnemoen wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > introduce two new weak functions board_bdinfo and cpu_bdinfo to allow > > board and cpu to print more information > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > Cc: Haavard Skinnemoen > > Cc: Mike Frysinger > > --- > > rebase for-next > > Precedent version > > Ack-by: Mike Frysinger > > Ack-by: Haavard Skinnemoen > > Aren't the Acked-by lines supposed to go above the '---' line? due to a lost of change on this part I've just put you two on Cc but If you are ok I've put your Ack-by Best Regards, J.