From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 01 Sep 2011 15:04:05 +0200 Subject: [U-Boot] [PATCH 04/10] microblaze: Add netconsole support In-Reply-To: <201108311519.43760.vapier@gentoo.org> References: <1314779721-1113-1-git-send-email-monstr@monstr.eu> <1314779721-1113-4-git-send-email-monstr@monstr.eu> <1314779721-1113-5-git-send-email-monstr@monstr.eu> <201108311519.43760.vapier@gentoo.org> Message-ID: <4E5F82C5.7020007@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger wrote: > On Wednesday, August 31, 2011 04:35:15 Michal Simek wrote: >> --- 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 (); >> + >> if ((s = getenv ("loadaddr")) != NULL) { >> load_addr = simple_strtoul (s, NULL, 16); >> } > > your summary doesnt seem to match what you're changing. the two things you're > doing here should always be done regardless of netconsole. It is really old patch where the point was to get netconsole work. It is just initialize jumptable and setup correct console. Fixed. Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian