From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Thu, 04 Aug 2011 21:14:01 +0000 Subject: [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style In-Reply-To: <20110804225642.1a54819e@skate> References: <1312484010-7493-1-git-send-email-thomas.petazzoni@free-electrons.com> <1312484010-7493-3-git-send-email-thomas.petazzoni@free-electrons.com> <1312489318.31913.138.camel@ubuntu> <20110804225642.1a54819e@skate> Message-ID: <1312492441.31913.147.camel@ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Thomas Petazzoni, > Le Thu, 04 Aug 2011 20:21:58 +0000, > Reinhard Meyer a ?crit : > > > AND this board's early_init_f is quite different from the other atmel > > boards, also the place of calling at91_seriald_hw_init() is different > > from them. > > If at91_seriald_hw_init() isn't called in early_init_f, then the > "U-Boot 2011.06-.... (Aug 04 2011 ...)" message isn't displayed on the > debug serial port. That would mean, that the other boards would not display the message either..!? I cannot verify this, I can only verify seamless build.. So please fix the two issues I mentioned: board removal from MAKEALL and missing return value of board_early_init_f(). Thank you, Reinhard