git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d4cdb5
)
imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT
author
Peng Fan
<Peng.Fan@freescale.com>
Mon, 17 Aug 2015 08:12:45 +0000
(16:12 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 2 Sep 2015 13:34:11 +0000
(15:34 +0200)
Enable CONFIG_SPL_FAT_SUPPORT to load u-boot.img from FAT partition.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
include/configs/mx6sxsabresd.h
patch
|
blob
|
history
diff --git
a/include/configs/mx6sxsabresd.h
b/include/configs/mx6sxsabresd.h
index
848bdcd
..
74d04a0
100644
(file)
--- a/
include/configs/mx6sxsabresd.h
+++ b/
include/configs/mx6sxsabresd.h
@@
-15,6
+15,7
@@
#ifdef CONFIG_SPL
#define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_MMC_SUPPORT
+#define CONFIG_SPL_FAT_SUPPORT
#include "imx6_spl.h"
#endif