projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af8e93
)
Blackfin arch: fix bug - kernel stops at initial console
author
Sonic Zhang
<sonic.zhang@analog.com>
Wed, 7 Jan 2009 15:14:39 +0000
(23:14 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Wed, 7 Jan 2009 15:14:39 +0000
(23:14 +0800)
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>
arch/blackfin/mach-bf533/boards/ezkit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf533/boards/ezkit.c
b/arch/blackfin/mach-bf533/boards/ezkit.c
index
69abcea
..
08cd096
100644
(file)
--- a/
arch/blackfin/mach-bf533/boards/ezkit.c
+++ b/
arch/blackfin/mach-bf533/boards/ezkit.c
@@
-368,6
+368,10
@@
static struct platform_device *ezkit_devices[] __initdata = {
&rtc_device,
#endif
+#if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
+ &bfin_uart_device,
+#endif
+
#if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE)
#ifdef CONFIG_BFIN_SIR0
&bfin_sir0_device,