From mboxrd@z Thu Jan 1 00:00:00 1970 From: graeme.gregory@linaro.org (Graeme Gregory) Date: Mon, 11 Sep 2017 14:03:10 +0100 Subject: [PATCH v11 2/4] ACPI: parse SPCR and enable matching console In-Reply-To: References: <20160927151953.GB4371@kroah.com> <20160927205418.31529-1-aleksey.makarov@linaro.org> <20160927205418.31529-2-aleksey.makarov@linaro.org> <20170911110522.vwgwnohjrrj2twtk@bivouac.eciton.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11 September 2017 at 13:28, Andreas Schwab wrote: > On Sep 11 2017, Graeme Gregory wrote: > >> Considering the SPCR table in question seems mildly insane, you could >> always unload the SPCR in grub. > > How do you "unload the SPCR"? But in any case, console= should always > take precedence. > Ah apologies, I thought the acpi command in grub could delete a table, but it seems it cannot. Graeme