diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2014-12-30 17:24:00 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-01-22 09:55:47 +0100 |
commit | 71abf19b0f0ee1534ac8945a76606b34fea57b57 (patch) | |
tree | 81ad43288fb7033b75239b3685d1ab231a8e0ab5 | |
parent | 3dae50d0a7ff4b2b097aad3e523ee2084cc66c37 (diff) | |
download | u-boot-imx-71abf19b0f0ee1534ac8945a76606b34fea57b57.zip u-boot-imx-71abf19b0f0ee1534ac8945a76606b34fea57b57.tar.gz u-boot-imx-71abf19b0f0ee1534ac8945a76606b34fea57b57.tar.bz2 |
imx:mx6sxsabresd spl support in header file
Add SPL support in mx6sxsabresd header file.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
-rw-r--r-- | include/configs/mx6sxsabresd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index 3aae808..54cdd64 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 |