imx: spl: Fix use of removed SPL_FAT_SUPPORT config
authorHarald Seiler <hws@denx.de>
Thu, 23 Apr 2020 11:07:53 +0000 (13:07 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 1 May 2020 16:48:48 +0000 (18:48 +0200)
commitd81a68957f3f4158dd45eda38b8e21ce8e96e590
treecc6ebc4037728d0d85c380b38558e0b37924b1c6
parent5fc5bac67b90f507b2e93bbcd1ddeafc8eb32278
imx: spl: Fix use of removed SPL_FAT_SUPPORT config

CONFIG_SPL_FAT_SUPPORT was removed in commit 0c3a9ed409a5
("spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT").
Fixup a leftover use of the symbol.

Fixes: 9d86dbd9cf9d ("imx: spl: implement spl_boot_mode for i.MX7/8/8M")
Signed-off-by: Harald Seiler <hws@denx.de>
arch/arm/mach-imx/spl.c