[PATCH v2] Add SCSI scan for ENV in EXT4 or FAT

2022-05-11 Thread rogier
From: Rogier Stam When having environment stored in EXT4 or FAT and using an AHCI or SCSI device / partition the scan would not be performed early enough and hence the device would not be recognized. This change adds the scan when the interface is "scsi" in a similar way to mmc_initialize. Signe

Re: [PATCH v2] Add SCSI scan for ENV in EXT4 or FAT

2022-07-08 Thread Tom Rini
On Wed, May 11, 2022 at 11:20:28PM +0200, rog...@unrailed.org wrote: > From: Rogier Stam > > When having environment stored in EXT4 or FAT > and using an AHCI or SCSI device / partition > the scan would not be performed early enough > and hence the device would not be recognized. > This change a