diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-02 16:32:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-02 16:32:05 -0500 |
commit | 516457013e5a88f65f9d6c11e9171cb03871cc92 (patch) | |
tree | 583cfafeddbacd1d1a456f49f1e687c4eb8e062c /include/configs/mx6_common.h | |
parent | 99b02b4dce0b2fc759fb8ced5701c0d4fb7b2200 (diff) | |
parent | 7c4f0ff81e6fc3b58b8af5f64c3da98624e40132 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r-- | include/configs/mx6_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 3bb939ecf0..6e9b871103 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -98,6 +98,9 @@ #define CONFIG_FSL_CAAM #define CONFIG_CMD_DEKBLOB #define CONFIG_SYS_FSL_SEC_LE +#ifdef CONFIG_SPL_BUILD +#define CONFIG_SPL_DRIVERS_MISC_SUPPORT +#endif #endif #endif |