diff options
author | Ruchika Gupta <ruchika.gupta@freescale.com> | 2014-12-15 11:30:36 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-23 22:29:14 -0600 |
commit | 0181937fa371aa482d99f17ab2bc219bfcbb21b2 (patch) | |
tree | 1cd8f210ebcdc1a1e141ed77bc255ca8254b1590 /drivers/crypto/fsl/Makefile | |
parent | d8f527578e15c307e93f851014f382e94f78cf39 (diff) | |
download | u-boot-imx-0181937fa371aa482d99f17ab2bc219bfcbb21b2.zip u-boot-imx-0181937fa371aa482d99f17ab2bc219bfcbb21b2.tar.gz u-boot-imx-0181937fa371aa482d99f17ab2bc219bfcbb21b2.tar.bz2 |
crypto/fsl: Add fixup for crypto node
Era property is added in the crypto node in device tree.
Move the code to do so from arch/powerpc/mpc8xxx/fdt.c to
drivers/sec/sec.c so that it can be used across arm and
powerpc platforms having crypto node.
Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
[York Sun: Fix commit message indentation]
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'drivers/crypto/fsl/Makefile')
-rw-r--r-- | drivers/crypto/fsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/fsl/Makefile b/drivers/crypto/fsl/Makefile index cb13d2e..067d0a9 100644 --- a/drivers/crypto/fsl/Makefile +++ b/drivers/crypto/fsl/Makefile @@ -6,5 +6,6 @@ # Version 2 as published by the Free Software Foundation. # +obj-y += sec.o obj-$(CONFIG_FSL_CAAM) += jr.o fsl_hash.o jobdesc.o error.o obj-$(CONFIG_CMD_BLOB) += fsl_blob.o |