mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 05:02:26 -04: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
@ -68,6 +68,7 @@ typedef int (init_fnc_t) (void);
|
|||||||
init_fnc_t *init_sequence[] = {
|
init_fnc_t *init_sequence[] = {
|
||||||
env_init,
|
env_init,
|
||||||
serial_init,
|
serial_init,
|
||||||
|
console_init_f,
|
||||||
#ifdef CONFIG_SYS_GPIO_0
|
#ifdef CONFIG_SYS_GPIO_0
|
||||||
gpio_init,
|
gpio_init,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user