commit | 760ef309cb63a3e22ebeecb9080f1034be1560f5 | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Thu May 16 13:03:55 2019 +0300 |
committer | Stefan Roese <sr@denx.de> | Thu Jul 11 07:01:18 2019 +0200 |
tree | 0e7da7eb9e8acd8d25bce60faf8668ca674622e2 | |
parent | ab2d415e9bbab64431e6475fbb5a5c62303f8163 [diff] |
spl: sata: don't force FS_FAT support Allow the code to build when FS_FAT is not enabled, and thus spl_load_image_fat() is not provided. A subsequent patch should add alternative raw access U-Boot main image load method. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Stefan Roese <sr@denx.de>