From patchwork Fri Sep 25 15:13:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Majewski X-Patchwork-Id: 1371378 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=SS6Ra3rv; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Byb6H5x6Yz9sR4 for ; Sat, 26 Sep 2020 01:13:59 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4DAD2824FB; Fri, 25 Sep 2020 17:13:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1601046824; bh=WRmsxvSrvUL0k0RID2UMCybYNWR6sbLnAN/fwm02Btw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=SS6Ra3rvteg4eoLj/gZwLWj1TZL0Q87c2yFYsqe7p9LzqV8pn4AOYMckrypNj99Xk zf9pUH+BkIBmKVaFbe2/pKKD8/ejEvtxvFAjPoSQPKurREAjClG5RS4vVSJ/lvCEaT YWaWzblti92uTI8n2r9cDX3wIl0VYbowUeINtMr9xiZSPi9xL7H0/1bCfSw+KOsAp/ U1rQcF/2xLh0eeJaZEdD05KpfrTdmTyYSpWFNoMShwahbrH1GpPZ5S9qTQqOZTAtNu u99AEf0tfqd0nstlKymg8oPnzeldsW1f7fmG3bpEJZajMWfZLvbU8HsecScJHMef+T B9x3HwN5jH0SA== Received: by phobos.denx.de (Postfix, from userid 109) id B5EA4824C4; Fri, 25 Sep 2020 17:13:37 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5BCEF82465 for ; Fri, 25 Sep 2020 17:13:34 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=lukma@denx.de Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4Byb5p1FlFz1qsZy; Fri, 25 Sep 2020 17:13:34 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4Byb5p15cXz1qvhY; Fri, 25 Sep 2020 17:13:34 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id qgMpZ0WjXsC2; Fri, 25 Sep 2020 17:13:33 +0200 (CEST) X-Auth-Info: bHlCPbmKPRPpsmWQoGXdPA7ah+UGq2z1zXm/tcrCYnE= Received: from localhost.localdomain (85-222-111-42.dynamic.chello.pl [85.222.111.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 25 Sep 2020 17:13:33 +0200 (CEST) From: Lukasz Majewski To: u-boot@lists.denx.de, Stefano Babic Cc: Lukasz Majewski Subject: [PATCH 3/3] defconfig: Enable CONFIG_SHOW_BOOT_PROGRESS for imx53's HSC and DDC devices Date: Fri, 25 Sep 2020 17:13:11 +0200 Message-Id: <20200925151311.12636-3-lukma@denx.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200925151311.12636-1-lukma@denx.de> References: <20200925151311.12636-1-lukma@denx.de> MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.3 at phobos.denx.de X-Virus-Status: Clean This option allows using show_boot_progress to visualize the state of boot process. Signed-off-by: Lukasz Majewski --- configs/kp_imx53_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig index b6845f8e87..8778d48664 100644 --- a/configs/kp_imx53_defconfig +++ b/configs/kp_imx53_defconfig @@ -10,6 +10,7 @@ CONFIG_ENV_OFFSET_REDUND=0x102000 CONFIG_DEFAULT_DEVICE_TREE="imx53-kp" CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx53loco/imximage.cfg" +CONFIG_SHOW_BOOT_PROGRESS=y CONFIG_SILENT_CONSOLE=y # CONFIG_SILENT_CONSOLE_UPDATE_ON_SET is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y