[kernel] r22191 - in dists/trunk/linux/debian: . config/armel

Ian James Campbell ijc at moszumanska.debian.org
Fri Dec 12 20:14:06 UTC 2014


Author: ijc
Date: Fri Dec 12 20:14:06 2014
New Revision: 22191

Log:
[armel/kirkwood]: Enable DEBUG_MVEBU_UART_ALTERNATE

This matches the behaviour of previous boardfile based kirkwood kernels.
Otherwise the kernel silently crashes during boot.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config.kirkwood

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Thu Dec 11 20:44:13 2014	(r22190)
+++ dists/trunk/linux/debian/changelog	Fri Dec 12 20:14:06 2014	(r22191)
@@ -1,3 +1,11 @@
+linux (3.18-1~exp2) UNRELEASED; urgency=medium
+
+  * [armel/kirkwood]: Enable DEBUG_MVEBU_UART_ALTERNATE to match the behaviour
+    of previous boardfile based kirkwood kernels. Otherwise the kernel silently
+    crashes during boot.
+
+ -- Ian Campbell <ijc at debian.org>  Thu, 11 Dec 2014 20:37:22 +0000
+
 linux (3.18-1~exp1) experimental; urgency=medium
 
   * New upstream release: http://kernelnewbies.org/Linux_3.18

Modified: dists/trunk/linux/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.kirkwood	Thu Dec 11 20:44:13 2014	(r22190)
+++ dists/trunk/linux/debian/config/armel/config.kirkwood	Fri Dec 12 20:14:06 2014	(r22191)
@@ -20,6 +20,11 @@
 # CONFIG_ARTHUR is not set
 
 ##
+## file: arch/arm/Kconfig.debug
+##
+CONFIG_DEBUG_MVEBU_UART_ALTERNATE=y
+
+##
 ## file: arch/arm/mach-imx/Kconfig
 ##
 # CONFIG_ARCH_MXC is not set



More information about the Kernel-svn-changes mailing list