From patchwork Tue Feb 16 19:54:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 1441096 X-Patchwork-Delegate: matthias.bgg@gmail.com 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; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=HW/5sqS1; 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 4DgBWg415yz9sBy for ; Wed, 17 Feb 2021 06:54:39 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B032F827C3; Tue, 16 Feb 2021 20:54:25 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="HW/5sqS1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9F62082717; Tue, 16 Feb 2021 20:54:20 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8C60582709 for ; Tue, 16 Feb 2021 20:54:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=matthias.bgg@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id EC7F164EAE; Tue, 16 Feb 2021 19:54:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613505256; bh=5RaoiFZN9FFSFKZ7N2T8AefBD0NEwdwL5qm8SCEl2yg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HW/5sqS1vi5lHHv9pmw9x6swv9oTs2pSDJCOynQC1yb1SdDn+L3ReMtP4lhh8Wvy0 CPbM2bpymuiYvUo66HbGGLU3JyDqGqGWc7tYPqX3lYVoIlGXFyzzB+z3oF2KVd+mYg oSNKi/yuhIxpdaJQMjTw/GXAW5YRjRPKgOMGDIGw0NBL20ISJEr7aLTmKheAPPQftx Ozogze+Ibf3e1/IAEojuF/SV6K8Tgvl2GDo5s81+B6BNOGz94oQymOISdSoj18pwPo 8MsKDeYrCW/7qRVig7nE6pMlSbt+hkjm3IDOOB6U2UMuQBSaj6Iqi+iYtsp0PdKrST wtDNkqbiStBxQ== From: matthias.bgg@kernel.org To: ryder.lee@mediatek.com, weijie.gao@mediatek.com Cc: u-boot@lists.denx.de, Matthias Brugger Subject: [PATCH 2/2] configs: RPi2: Disable EFI Grub workaround Date: Tue, 16 Feb 2021 20:54:08 +0100 Message-Id: <20210216195408.2616-2-matthias.bgg@kernel.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210216195408.2616-1-matthias.bgg@kernel.org> References: <20210216195408.2616-1-matthias.bgg@kernel.org> 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 From: Matthias Brugger The EFI Grub workaround isn't needed with Grub version 2.04 or higher. This version was published over a year ago, so disable the workaround to reduce boot time. Signed-off-by: Matthias Brugger --- configs/rpi_2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index 33f27cf09f..a0f36e1a93 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -42,3 +42,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y +# CONFIG_EFI_GRUB_ARM32_WORKAROUND is not set