CVSROOT: /home/cvs
Module name: linux
Changes by: macro@ftp.linux-mips.org 05/02/02 20:36:23
Modified files:
arch/mips : Kconfig
arch/mips/configs: decstation_defconfig
Log message:
Reenable EARLY_PRINTK for the DECstation.
diff -urN linux/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux/arch/mips/Kconfig 2005/02/02 19:31:31 1.135
+++ linux/arch/mips/Kconfig 2005/02/02 20:36:21 1.136
@@ -108,6 +108,7 @@
bool "Support for DECstations"
select BOOT_ELF32
select DMA_NONCOHERENT
+ select EARLY_PRINTK
select IRQ_CPU
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
diff -urN linux/arch/mips/configs/decstation_defconfig
linux/arch/mips/configs/decstation_defconfig
--- linux/arch/mips/configs/decstation_defconfig 2005/01/30 20:45:37
1.42
+++ linux/arch/mips/configs/decstation_defconfig 2005/02/02 20:36:23
1.43
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Sun Jan 30 19:03:04 2005
+# Wed Feb 2 20:14:26 2005
#
CONFIG_MIPS=y
@@ -105,6 +105,7 @@
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_HAVE_DEC_LOCK=y
CONFIG_DMA_NONCOHERENT=y
+CONFIG_EARLY_PRINTK=y
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
|