spl: sata: don't force FS_FAT support
authorBaruch Siach <baruch@tkos.co.il>
Thu, 16 May 2019 10:03:55 +0000 (13:03 +0300)
committerStefan Roese <sr@denx.de>
Thu, 11 Jul 2019 05:01:18 +0000 (07:01 +0200)
commit760ef309cb63a3e22ebeecb9080f1034be1560f5
tree0e7da7eb9e8acd8d25bce60faf8668ca674622e2
parentab2d415e9bbab64431e6475fbb5a5c62303f8163
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>
common/spl/spl_sata.c