diff options
author | Winter Wang <wente.wang@nxp.com> | 2016-12-08 17:06:10 +0800 |
---|---|---|
committer | Winter Wang <wente.wang@nxp.com> | 2016-12-08 17:44:52 +0800 |
commit | 0eff322c2c115d7bc971362936c958fbcbe5d88a (patch) | |
tree | eeb6055ac3f922aed479591c12e9423b2d9c506a /include/configs | |
parent | c6ec0d4137a016840684106d63ae4b172a2e499e (diff) | |
download | u-boot-imx-0eff322c2c115d7bc971362936c958fbcbe5d88a.zip u-boot-imx-0eff322c2c115d7bc971362936c958fbcbe5d88a.tar.gz u-boot-imx-0eff322c2c115d7bc971362936c958fbcbe5d88a.tar.bz2 |
MA-9094 caam: enable 7d's caam
open caam's clock gate in 7d, add caam related configs.
Change-Id: I56351e3fcdbee96911d0c510990ba8fcd05c457f
Signed-off-by: Winter Wang <wente.wang@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx7dsabresdbrillo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx7dsabresdbrillo.h b/include/configs/mx7dsabresdbrillo.h index 9ebb05f..0d939f9 100644 --- a/include/configs/mx7dsabresdbrillo.h +++ b/include/configs/mx7dsabresdbrillo.h @@ -20,6 +20,7 @@ #endif #endif +#define CONFIG_FSL_CAAM_KB #define CONFIG_SHA1 #define CONFIG_SHA256 |