From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4658EC4740A for ; Tue, 10 Sep 2019 14:36:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 241B021479 for ; Tue, 10 Sep 2019 14:36:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387422AbfIJOge (ORCPT ); Tue, 10 Sep 2019 10:36:34 -0400 Received: from verein.lst.de ([213.95.11.211]:59688 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727867AbfIJOge (ORCPT ); Tue, 10 Sep 2019 10:36:34 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id CC9FD68AFE; Tue, 10 Sep 2019 16:36:30 +0200 (CEST) Date: Tue, 10 Sep 2019 16:36:30 +0200 From: Christoph Hellwig To: Andreas Schwab Cc: Christoph Hellwig , gregkh@linuxfoundation.org, jslaby@suse.com, paul.walmsley@sifive.com, linux-serial@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] serial/sifive: select SERIAL_EARLYCON Message-ID: <20190910143630.GA6794@lst.de> References: <20190910055923.28384-1-hch@lst.de> <20190910070503.GA31743@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 10, 2019 at 10:18:15AM +0200, Andreas Schwab wrote: > > How so? Wіth OF and a stdout path you just set earlycon on the > > command line without any arguments and it will be found. > > Doesn't work for me. > > [ 0.000000] Malformed early option 'earlycon' That functionality is implemented by param_setup_earlycon and early_init_dt_scan_chosen_stdout. Check why those aren't built into your kernel.