diff options
author | Robin Getz <robin.getz@analog.com> | 2007-08-27 17:38:40 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-08-27 17:38:40 +0800 |
commit | 02f13f9d5c1d3104c5c4e7f4ae30c43d595d1d75 (patch) | |
tree | 6ae30584b1158307961224c1755e4e7a34f48a41 /arch/blackfin/kernel | |
parent | d2b11a468a49716debd96532552a72b6078f1cf5 (diff) | |
download | op-kernel-dev-02f13f9d5c1d3104c5c4e7f4ae30c43d595d1d75.zip op-kernel-dev-02f13f9d5c1d3104c5c4e7f4ae30c43d595d1d75.tar.gz |
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')
-rw-r--r-- | arch/blackfin/kernel/setup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index 448e6aa..dfc464d 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 "); |