[armel/kirkwood]: Enable DEBUG_MVEBU_UART_ALTERNATE

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

svn path=/dists/trunk/linux/; revision=22191
This commit is contained in:
Ian Campbell 2014-12-12 20:14:06 +00:00
parent 9cb24a23d5
commit bf56620e4a
2 changed files with 13 additions and 0 deletions

8
debian/changelog vendored
View File

@ -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@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

View File

@ -19,6 +19,11 @@ CONFIG_FPE_NWFPE=y
# CONFIG_VFP is not set
# CONFIG_ARTHUR is not set
##
## file: arch/arm/Kconfig.debug
##
CONFIG_DEBUG_MVEBU_UART_ALTERNATE=y
##
## file: arch/arm/mach-imx/Kconfig
##