[ppc64el] Disable CONFIG_CMDLINE{,_BOOL} usage for setting consoles (Closes: #764745)

From: Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>

- The value of ppc64 is incorrect for ppc64el (specifically, console=tty0),
  rendering the console useless (blank and unresponsive) if no kernel parameters
  are specified (e.g., debian-installer netboot).
- It's not needed currently: the kernel correctly autodetects the console
  on ppc64el platforms (hvc0 on pseries, hvc0 and hvc1 on powernv).

svn path=/dists/sid/linux/; revision=21943
This commit is contained in:
Ben Hutchings 2014-10-11 21:03:18 +00:00
parent 4c35143561
commit fe8fea26aa
4 changed files with 15 additions and 1 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,13 @@
linux (3.16.5-2) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* qla2xxx: fix kernel NULL pointer access (regression in 3.16)
(Closes: #764804)
[ Mauricio Faria de Oliveira ]
* [ppc64el] Disable CONFIG_CMDLINE{,_BOOL} usage for setting consoles
(Closes: #764745)
-- Ben Hutchings <ben@decadent.org.uk> Sat, 11 Oct 2014 21:41:58 +0100
linux (3.16.5-1) unstable; urgency=medium

View File

@ -9,7 +9,6 @@ CONFIG_NUMA=y
CONFIG_PPC_64K_PAGES=y
## end choice
CONFIG_SCHED_SMT=y
CONFIG_CMDLINE="console=hvsi0 console=hvc0 console=ttyS0,9600 console=tty0"
CONFIG_KERNEL_START=0xc000000000000000
##

View File

@ -1,3 +1,8 @@
##
## file: arch/powerpc/Kconfig
##
CONFIG_CMDLINE="console=hvsi0 console=hvc0 console=ttyS0,9600 console=tty0"
##
## file: arch/powerpc/platforms/cell/Kconfig
##

View File

@ -1,3 +1,8 @@
##
## file: arch/powerpc/Kconfig
##
# CONFIG_CMDLINE_BOOL is not set
##
## file: arch/powerpc/platforms/Kconfig.cputype
##