summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvpeter4 <[email protected]>2015-08-05 12:37:08 +0200
committerStefano Babic <[email protected]>2015-09-02 15:25:28 +0200
commitba44d9bd50d940bfb93ad2ab1e5d72eed0f6b696 (patch)
tree9212e51b1fa4dde0adabd4999cd8342d42d6e8af /include
parent78506c2f8618732b59eba68cd56d20a55c087006 (diff)
udoo: Remove SPL fat support
Use dd'ed SPL and u-boot.img by default. Signed-off-by: Peter Vicman <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Stefano Babic <[email protected]> Reviewed-by: Stefano Babic <[email protected]> Acked-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/udoo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/udoo.h b/include/configs/udoo.h
index f93b67a5aeb..8ec073d343b 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