Tom Rini 6e73ab32d8 spl: sata: Rework the loading case it not use IS_ENABLED(...)
In this case, using IS_ENABLED(...) to attempt to load the image results
in harder to read and less useful code, along with having to define a
CONFIG value that would be unused. To maintain the current albeit
slightly odd behavior, maintain that if we have both SPL_FS_FAT and
SPL_SATA_RAW_U_BOOT_USE_SECTOR enabled, we use SPL_FS_FAT for the load.

Signed-off-by: Tom Rini <trini@konsulko.com>
2023-01-20 12:27:06 -05:00
..
2022-10-31 11:03:59 -04:00
2023-01-20 12:27:06 -05:00
2023-01-12 11:25:46 -05:00
2022-09-25 08:30:05 -06:00
2023-01-12 14:06:16 -05:00