mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-19 11:46:07 -04:00
microblaze: Initialize jumptable and console
This changes were done to get support for netconsole. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
a93c1a171c
commit
aa7acdd509
@ -166,6 +166,12 @@ void board_init (void)
|
|||||||
/* Initialize stdio devices */
|
/* Initialize stdio devices */
|
||||||
stdio_init ();
|
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) {
|
if ((s = getenv ("loadaddr")) != NULL) {
|
||||||
load_addr = simple_strtoul (s, NULL, 16);
|
load_addr = simple_strtoul (s, NULL, 16);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user