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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E402CC433EF for ; Thu, 18 Nov 2021 23:27:59 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4374B61A7D for ; Thu, 18 Nov 2021 23:27:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4374B61A7D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BA62A82FD7; Fri, 19 Nov 2021 00:27:52 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="JpS9H8BR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 125B482FB8; Fri, 19 Nov 2021 00:27:23 +0100 (CET) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6DD3482FB8 for ; Fri, 19 Nov 2021 00:27:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x834.google.com with SMTP id p19so7797632qtw.12 for ; Thu, 18 Nov 2021 15:27:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=by8Cg5HY+2vWSNpqInuZe+PyVWPlOvNynwjNbw6fzwI=; b=JpS9H8BRLz/TIcm/FMGTQsne2LMMCRRTOgv+upXD0ILhmq8MGCIO2OvPN+vtCwe/85 aqRKpJ7u4KKhuEZWVwAqlqmJUGTl2FrK2nqq0XDmKx8F/Lzz0ZO5YYvT7dH7Ksln1eO/ RKGfxCj1TDVa7v0Qf91hGz54P8TUIUDqDuG6Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=by8Cg5HY+2vWSNpqInuZe+PyVWPlOvNynwjNbw6fzwI=; b=gf7YoV62ynzfceQePZ7Jb+gzf2fYtk0Bybd4A/NyNI+XwQbuxWMESnjWhVQp2G8ZpK DyX0QiP2WWCHlKA1ZdhPuFbL+RhYyYF5377S3baix3+FHjhApvA2gPS1nyNFdta5sz/H I9utSAwv0kIa8y8UPj7DAzx0oQ2gadUZEFWvCCAphWtJ1rAhLAFjYTO+nh+DpPdQgEah QJmfYuy790HM9NXiU4n+M4xXlUlYZ+yyyR27hoKVqHCGyK6ekgn1j9ArHQ9FmRFIXhAu 86uSIxxC7UzU0W0eEufqB0aLptv/ifKRkz549wrmQwaSoV0Oypax7u57YhaTb8UpRDOU kzIQ== X-Gm-Message-State: AOAM532ig6GAyUYbA+y5FAB5Rl7l/xUbO2X1InGqtQsJUqodiueFlKQk 2iJuImhVQeyw3Bp59CFZRqutJg== X-Google-Smtp-Source: ABdhPJzBFpzVSaRXcwvVufZ5zI4VIS/3JUZlpbM675IB4KYB7zY+BoKPxnlkyd8RGM5GjiIGqPm2Tw== X-Received: by 2002:ac8:4e51:: with SMTP id e17mr1426952qtw.129.1637278034308; Thu, 18 Nov 2021 15:27:14 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-6986-0eb7-a1cc-35fa.res6.spectrum.com. [2603:6081:7b01:cbda:6986:eb7:a1cc:35fa]) by smtp.gmail.com with ESMTPSA id bp18sm771053qkb.39.2021.11.18.15.27.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Nov 2021 15:27:13 -0800 (PST) Date: Thu, 18 Nov 2021 18:27:11 -0500 From: Tom Rini To: Masami Hiramatsu Cc: Simon Glass , Marek =?iso-8859-1?Q?Beh=FAn?= , u-boot-board-maintainers@lists.denx.de, u-boot-custodians@lists.denx.de, u-boot@lists.denx.de, Joe Hershberger , Wolfgang Denk , Marek =?iso-8859-1?Q?Beh=FAn?= , ilias.apalodimas@linaro.org, Kazuhiko Sakamoto Subject: Re: [PATCH] Revert "board: synquacer: developerbox: Don't set gd->env_addr to default_environment" Message-ID: <20211118232711.GF24579@bill-the-cat> References: <163721432461.467760.11657628315867225456.stgit@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3oCBjgol8nyYElwb" Content-Disposition: inline In-Reply-To: <163721432461.467760.11657628315867225456.stgit@localhost> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 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.103.2 at phobos.denx.de X-Virus-Status: Clean --3oCBjgol8nyYElwb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 18, 2021 at 02:45:25PM +0900, Masami Hiramatsu wrote: > Without default setting of gd->env_addr, U-Boot will cause > a synchronous abort if the env-variables on the SPI flash is > broken or not saved corectly. Set gd->env_addr correctly. >=20 > This reverts commit 535870f3b0fb09ee9b2885409f05304111464643. >=20 > Signed-off-by: Masami Hiramatsu > Reviewed-by: Marek Beh=FAn Applied to u-boot/master, thanks! --=20 Tom --3oCBjgol8nyYElwb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGW4U8ACgkQFHw5/5Y0 tywLvAv/dGqo+OxuxyO3Q2rx+FcoS1UwtADLPOBDrQuz0G7r5f3AxSDEG6e3I4+M PZKF4B1EKCBWJ/7pppd4CIX2N08tdUFsp3Wtd/Z+bRN5ZOdcBqyphTXESrUidnje VXX0rp3eqtdG4fZ+IksJ2ey4JjNrQmpCR3sqo/5Znsd8qp7mrQEpkDjoYgJyYKyg mTr/1mrhKRnS8SqQjtONZXXYThNajsN0YbBFguyDnaj6crZU7difIkvq1PTJ8Rta Zd3Ko/vC+v9nR9ejDQ9c+i6o6tatMNpcMToZnoNidFMtLRZnnjR/7vzfTkTSQ9Fx ZCEx0HIdgEDS6IwNFq89ytvxb0bzpiEZ0Batt4ylQaJO3TuQbodNyl3AGqh1SszA WFA7ypNXhFS94xSZ7Jf2T+VmXVokz9lib1dJmSR/HzeT19NlaEPhtG6zYepQWvOR wt0YWQ7unIWmwVATb4ER5WgPNMdBhVIyUAxiKjT2FZ8Pkl7/lrIsaKi1QhVM6F7J yMIzLvqW =IYZh -----END PGP SIGNATURE----- --3oCBjgol8nyYElwb--