]> git.baikalelectronics.ru Git - uboot.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)
commit9018e597907c74cbcc21fbfa61d771943ff09c4a
treeb9ae82b2e33911a4a0b6bc300bef4911bd2cb8eb
parent3fcde8320c2c5c3c0b3aa4d38afe319861fa2d2c
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