[U-Boot] [PATCH 3/6] imx:mx6sxsabresd spl support in header file
Peng Fan
Peng.Fan at freescale.com
Tue Dec 30 10:24:00 CET 2014
Add SPL support in mx6sxsabresd header file.
Signed-off-by: Peng Fan <Peng.Fan at freescale.com>
---
include/configs/mx6sxsabresd.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 61a7a7a..19ac3dc 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -18,6 +18,12 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
+#ifdef CONFIG_SPL
+#define CONFIG_SPL_LIBCOMMON_SUPPORT
+#define CONFIG_SPL_MMC_SUPPORT
+#include "imx6_spl.h"
+#endif
+
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG
--
1.8.4
More information about the U-Boot
mailing list