aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/setup.c
diff options
context:
space:
mode:
authorRobin Getz <robin.getz@analog.com>2007-08-27 17:38:40 +0800
committerBryan Wu <bryan.wu@analog.com>2007-08-27 17:38:40 +0800
commit02f13f9d5c1d3104c5c4e7f4ae30c43d595d1d75 (patch)
tree6ae30584b1158307961224c1755e4e7a34f48a41 /arch/blackfin/kernel/setup.c
parentBlackfin arch: Merge GPIO/Peripheral Resource Allocation back into a single file (diff)
downloadlinux-dev-02f13f9d5c1d3104c5c4e7f4ae30c43d595d1d75.tar.xz
linux-dev-02f13f9d5c1d3104c5c4e7f4ae30c43d595d1d75.zip
Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_START
Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/kernel/setup.c')
-rw-r--r--arch/blackfin/kernel/setup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index 448e6aab73ac..dfc464d8048e 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -192,11 +192,6 @@ void __init setup_arch(char **cmdline_p)
}
#endif
-#ifdef DEBUG_SERIAL_EARLY_INIT
- bfin_console_init(); /* early console registration */
- /* this give a chance to get printk() working before crash. */
-#endif
-
printk(KERN_INFO "Hardware Trace ");
if (bfin_read_TBUFCTL() & 0x1 )
printk("Active ");