From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Wed, 07 Sep 2011 23:02:12 +0200 Subject: [U-Boot] [PATCH 04/10] microblaze: Add netconsole support In-Reply-To: <1314779721-1113-5-git-send-email-monstr@monstr.eu> References: <1314779721-1113-1-git-send-email-monstr@monstr.eu> <1314779721-1113-2-git-send-email-monstr@monstr.eu> <1314779721-1113-3-git-send-email-monstr@monstr.eu> <1314779721-1113-4-git-send-email-monstr@monstr.eu> <1314779721-1113-5-git-send-email-monstr@monstr.eu> Message-ID: <20110907210212.5378C140875B@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Michal Simek, In message <1314779721-1113-5-git-send-email-monstr@monstr.eu> you wrote: > Signed-off-by: Michal Simek > --- > arch/microblaze/lib/board.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c > index ab1cbab..e8f4c5b 100644 > --- a/arch/microblaze/lib/board.c > +++ b/arch/microblaze/lib/board.c > @@ -167,6 +167,12 @@ void board_init (void) > /* Initialize stdio devices */ > stdio_init (); > > + /* Initialize the jump table for applications */ > + jumptable_init (); > + > + /* Initialize the console (after the relocation and devices init) */ > + console_init_r (); 2 x WARNING: space prohibited between function name and open parenthesis '(' Stop review here. Will you please run your patches through ckeckpatch _before_ submitting? Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de The IQ of the group is the lowest IQ of a member of the group divided by the number of people in the group.