]> Git Repo - u-boot.git/commitdiff
udoo: Remove SPL fat support
authorvpeter4 <[email protected]>
Wed, 5 Aug 2015 10:37:08 +0000 (12:37 +0200)
committerStefano Babic <[email protected]>
Wed, 2 Sep 2015 13:25:28 +0000 (15:25 +0200)
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]>
include/configs/udoo.h

index f93b67a5aebc1ca8cd84f1ef288cdd99a830897b..8ec073d343b980fc93dab3460422c043b9800f38 100644 (file)
@@ -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
This page took 0.03507 seconds and 4 git commands to generate.