diff options
author | Wang Haoran <Haoran.Wang@freescale.com> | 2016-07-12 14:08:46 +0800 |
---|---|---|
committer | Wang Haoran <Haoran.Wang@freescale.com> | 2016-07-21 13:50:36 +0800 |
commit | f1bab38b2d0b46df4a401881612a925bbe8a78cb (patch) | |
tree | 556b77ab753ac2bba4e48d861460b8a2a1e89c98 /common/Makefile | |
parent | 28eb616b6c49de492cc0cdb3ad5b618bed77960f (diff) | |
download | u-boot-imx-f1bab38b2d0b46df4a401881612a925bbe8a78cb.zip u-boot-imx-f1bab38b2d0b46df4a401881612a925bbe8a78cb.tar.gz u-boot-imx-f1bab38b2d0b46df4a401881612a925bbe8a78cb.tar.bz2 |
MA-7875 Enable CAAM for i.MX6
Cherry-pick patch from Renato Frias <b13784@freescale.com>
to enable CAAM in U-Boot.
Modify the CAAM Keyblob to general memory mode.
Signed-off-by: Wang Haoran <Haoran.Wang@freescale.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index f97a385..f06e3a2 100644 --- a/common/Makefile +++ b/common/Makefile @@ -59,6 +59,7 @@ obj-$(CONFIG_ENV_IS_IN_UBI) += env_ubi.o obj-$(CONFIG_ENV_IS_NOWHERE) += env_nowhere.o # command +obj-$(CONFIG_CMD_FSL_CAAM_KB) += cmd_fsl_caam.o obj-$(CONFIG_CMD_AES) += cmd_aes.o obj-$(CONFIG_CMD_AMBAPP) += cmd_ambapp.o obj-$(CONFIG_CMD_ARMFLASH) += cmd_armflash.o |