]> git.dujemihanovic.xyz Git - u-boot.git/commit
Add SCSI scan for ENV in EXT4 or FAT
authorRogier Stam <rogier@unrailed.org>
Wed, 11 May 2022 21:20:28 +0000 (23:20 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jul 2022 13:05:47 +0000 (09:05 -0400)
commit54ee5ae84191aa7c53c9de709f6c66411d3e2dda
treeb9ae82b2e33911a4a0b6bc300bef4911bd2cb8eb
parentea92f95d630cba9c3a324d250258ad2e35d9c997
Add SCSI scan for ENV in EXT4 or FAT

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.

Signed-off-by: Rogier Stam <rogier@unrailed.org>
Reviewed-by: Pali Rohár <pali@kernel.org>
env/ext4.c
env/fat.c