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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A1CF2C4332F for ; Thu, 29 Dec 2022 12:57:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 116DC85505; Thu, 29 Dec 2022 13:57:16 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.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; secure) header.d=debian.org header.i=@debian.org header.b="ttt7+T+5"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 50E1781581; Thu, 29 Dec 2022 08:07:00 +0100 (CET) Received: from stravinsky.debian.org (stravinsky.debian.org [IPv6:2001:41b8:202:deb::311:108]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1AD1581581 for ; Thu, 29 Dec 2022 08:06:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=jspricke@debian.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=wODxAYP6tyfUdQbkopT2y+2/vaLhVUtJN29HfF4qL6g=; b=ttt7+T+5GZa16PAcEhHGLWtcey EA4ZStTsvwgVyIRLH5vFAPledO3yO6BLXqk5aqncWd1Xe0FVNkFX4GmPGKsGyBVL1qIZW+KUlsckF LNdeJpLVwxI8RDWIPfrXbxV5ahMrk9eYDEGk7CksB/HOOODxbfi6lfFKC3sBv3GbQh7YXjyHjsR2P a5OLRR1tN15DaSH5bdvjslOb9SIhz0/HPMVp2MvW9YkYhEVVziva2yjroIybDi/kpCBj/i6faRE1h WKPuXCRYHs8PjcI7EFgI+CYEjPwfEm3iwo0eN+a+GKJd1eEqfdD3FQmiML/uRARiPwQ015mgH4F19 beSLlrjQ==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1pAn0B-00AN1D-IN; Thu, 29 Dec 2022 07:06:55 +0000 Date: Thu, 29 Dec 2022 08:06:54 +0100 From: Jochen Sprickerhof To: Vagrant Cascadian Cc: 1012269@bugs.debian.org, u-boot@lists.denx.de Subject: Re: Bug#1012269: u-boot-exynos on Odroid XU4 searches for exynos5422-smdk5420xu4.dtb instead of exynos5422-odroidxu4.dtb Message-ID: References: <165418392817.1809.3917910993952958001.reportbug@vis.fritz.box> <87o7tmct4t.fsf@contorta> <87h6xfhsto.fsf@yucca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2qlUqsOOUS4CjjGQ" Content-Disposition: inline In-Reply-To: <87h6xfhsto.fsf@yucca> Organization: The Debian Project X-Debian-User: jspricke X-Mailman-Approved-At: Thu, 29 Dec 2022 13:57:14 +0100 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean --2qlUqsOOUS4CjjGQ Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Vagrant Cascadian [2022-12-28 18:00]: >Hrm. This suggests the fix might not have been effective, which should >have been included in 2022.07... CCing upstream... > >commit e744bf3a4ba442a0e9ee1c509c70e1452e3a15d0 >Author: Tom Rini >Date: Wed Jun 8 14:30:14 2022 -0400 > > odroid_xu3: Fix board environment variable > > When migrating CONFIG_CONS_INDEX to Kconfig, on this platform we changed > what "board" evaluated to in the environment. This in turn meant that > we would no longer try and find the correct fdtfile via the normal > distro boot logic. Fix this by overriding board in the default > environment, as done on other platforms where CONFIG_SYS_BOARD is not > what we want to be in the board environment variable. > > Fixes: f76750d11133 ("Convert CONFIG_CONS_INDEX et al to Kconfig") > Reported-by: Gabriel Hojda > Tested-by: Gabriel Hojda > Signed-off-by: Tom Rini > > >Alternately... did you at any point run saveenv? This might have stored >the incorrect value... and then it might not probe for the correct >value. I'm sure I never did that. Out of interest, where would it save the=20 environment? Afaik there is no persistent memory on the Odroid XU4=20 besids the emmc/sd card and my system uses a simple extlinux.conf=20 generated by u-boot-menu. Cheers Jochen --2qlUqsOOUS4CjjGQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmOtPIYACgkQW//cwljm lDPLKBAAlhPHPrhVxMyWTqLcF158IjYazOs8uXL8w135ik1s0mHzoPEJcxn3BXvG LXSeW5G2G63zG21zyagygNCeEXwwDHzEcvRBaortiK6yLIARsf+36JQC61zqS7Hm JDj75Oz5ZRXDMpiyr5Jp9uMAi/9WGT0Hy0C2eiOjIbfcg4L9F1p0x58iRQvEV4Hs luXYcj6DamV+zt/10i46cDmslQxuyiYsTBl5ROsGU7Zw0x4kxe6dqIew+vTmRu+1 plR55tjZ37IqcwZdfxcVZBLjJSaUGYg+WayASwqfVE2kkMVr+v10bbLgZgKgMEDf 14BUfP7SEgvfidT2Rl+7n/qrVlNwWaGktbEOV5gh7l7TbIV9SDSZIpizm4q8o968 U+GzvMGDiCIvxM3vstuKnnHIXgHSMeJk1kUGS4in5xJiIPXH9iCsDGCbfJ8YRfLZ YIpM7EF1z7BJcURc/psobnwr1zyQhvbaPl3J5eN2h5CgFCoUEc6dtvhuNYOY/faU AxyiM4koyyKjFDGU/UZ8Hc0H+E/hgiTDbhGknAwnsYvUG4tZEm6Amx/3I6siFXwp zVTwFgmcvF4yRBwd0woYxCypWQZTExIc8yvcRu5zILhWyhVwf6dgEmMaZKg0572U 31C/mBTFeFmmhG/yIxapZJHfEgGuCmRTRcPVfi8lUU49eXxoWLY= =j2XZ -----END PGP SIGNATURE----- --2qlUqsOOUS4CjjGQ--