From: vpeter4 Date: Wed, 5 Aug 2015 10:37:08 +0000 (+0200) Subject: udoo: Remove SPL fat support X-Git-Tag: v2015.10-rc3~22^2~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ba44d9bd50d940bfb93ad2ab1e5d72eed0f6b696;p=oweals%2Fu-boot.git udoo: Remove SPL fat support Use dd'ed SPL and u-boot.img by default. Signed-off-by: Peter Vicman Cc: Fabio Estevam Cc: Stefano Babic Reviewed-by: Stefano Babic Acked-by: Fabio Estevam --- diff --git a/include/configs/udoo.h b/include/configs/udoo.h index f93b67a5ae..8ec073d343 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -11,8 +11,8 @@ #include "mx6_common.h" +#define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_MMC_SUPPORT -#define CONFIG_SPL_FAT_SUPPORT #include "imx6_spl.h" #define MACH_TYPE_UDOO 4800