Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7417c8fe2e792b771b093c14e763816f154b62b4
Commit:     7417c8fe2e792b771b093c14e763816f154b62b4
Parent:     ddf416b2bce842105d29b170438fd1bc080456d0
Author:     Robin Getz <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 10 22:26:33 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 22:26:33 2007 +0800

    Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT and 
DEBUG_KERNEL_START
    
    Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well, and
    DEBUG_KERNEL_START was just implmented poorly. Will replace with a new
    checkin.
    
    Signed-off-by: Robin Getz <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 arch/blackfin/Kconfig |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index c35f549..b24f453 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -1039,24 +1039,6 @@ config DEBUG_ICACHE_CHECK
          also relocates the irq_panic() function to L1 memory, (which is
          un-cached).
 
-config DEBUG_KERNEL_START
-       bool "Debug Kernel Startup"
-       depends on DEBUG_KERNEL
-       help
-         Say Y here to put in an mini-execption handler before the kernel
-         replaces the bootloader exception handler. This will stop kernels
-         from dieing at startup with no visible error messages.
-
-config DEBUG_SERIAL_EARLY_INIT
-       bool "Initialize serial driver early"
-       default n
-       depends on SERIAL_BFIN
-       help
-         Say Y here if you want to get kernel output early when kernel
-         crashes before the normal console initialization. If this option
-         is enable, console output will always go to the ttyBF0, no matter
-         what kernel boot paramters you set.
-
 config DEBUG_HUNT_FOR_ZERO
        bool "Catch NULL pointer reads/writes"
        default y
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to