[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Linux/m68k config again



On Sun, 29 Dec 2013, Finn Thain wrote:

> > 
> > Why don't you change these upstream? That's easier for all of us
> 
> OK. Does Debian's kernel config derive from 
> arch/m68k/configs/multi_defconfig or from the Kconfig defaults?

Nevermind, I see that you've already answered that question.

Geert, perhaps we need a patch like the one below?

Finn


diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug
index 2296827..8939820 100644
--- a/arch/m68k/Kconfig.debug
+++ b/arch/m68k/Kconfig.debug
@@ -12,9 +12,10 @@ config BOOTPARAM_STRING
 
 config EARLY_PRINTK
 	bool "Early printk"
+	default y
 	depends on MVME16x || MAC
 	help
-          Write kernel log output directly to a serial port.
+          Write early kernel log output to serial port and frame buffer.
 
           This is useful for kernel debugging when your machine crashes very
           early before the console code is initialized.


Reply to: