diff options
author | Tom Rini <trini@konsulko.com> | 2023-01-10 11:19:35 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-20 12:27:06 -0500 |
commit | 6e73ab32d826d4baca78872dbbaabcf511728bed (patch) | |
tree | e31700a17dd428ba398443979ee67dfb3a21df89 /drivers/fpga | |
parent | d35e44fbe79f42b42cfef654aa9751bf409eca78 (diff) |
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>
Diffstat (limited to 'drivers/fpga')
0 files changed, 0 insertions, 0 deletions