提交 aa7acdd5 编写于 作者: M Michal Simek

microblaze: Initialize jumptable and console

This changes were done to get support for netconsole.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 a93c1a17
......@@ -166,6 +166,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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册