From: Peter Vicman Date: Wed, 5 Aug 2015 10:37:08 +0000 (+0200) Subject: udoo: Remove SPL fat support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3f0c5353f93b5e9c4d57c9f3886ad4cd78c38a81;p=bsp%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 Signed-off-by: Otavio Salvador --- 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