From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mian Yousaf Kaukab Date: Thu, 23 Jul 2020 11:31:22 +0200 Subject: [PATCH] ls1028a: fix EFI boot In-Reply-To: References: <20200721143354.14382-1-ykaukab@suse.de> Message-ID: <20200723093037.GA576413@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Jul 23, 2020 at 06:26:38AM +0000, Andy Tang wrote: > Hi Yousaf, Hi Andy, > > Could you please try removing entire environment variable "scan_dev_for_boot" in the ls1028aqds/rdb header file? > In this way, the default value for scan_dev_for_boot could be used and meet your requirement. Its actually better to remove the custom definition of scan_dev_for_boot. However, the default definition will additionally call ?run scan_dev_for_extlinux?. I can send a new patch if that's not an issue. > > BR, > Andy BR, Yousaf