Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin arch: fix bug - kernel stops at initial console

Bug: Boot kernel in BF533-EZKIT without set ip during boot,
it stops at initial console.

Restore serial platform_device data to fix this issue.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

authored by

Sonic Zhang and committed by
Bryan Wu
e062ceab 3af8e931

+4
+4
arch/blackfin/mach-bf533/boards/ezkit.c
··· 368 368 &rtc_device, 369 369 #endif 370 370 371 + #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) 372 + &bfin_uart_device, 373 + #endif 374 + 371 375 #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE) 372 376 #ifdef CONFIG_BFIN_SIR0 373 377 &bfin_sir0_device,