mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
microblaze: Call common console_init_f initialization function
Calling console_init_f enables CTRL+C usage. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
0841ca90f2
commit
077a4e6b98
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ typedef int (init_fnc_t) (void);
|
|||
init_fnc_t *init_sequence[] = {
|
||||
env_init,
|
||||
serial_init,
|
||||
console_init_f,
|
||||
#ifdef CONFIG_SYS_GPIO_0
|
||||
gpio_init,
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue