diff options
author | Winter Wang <wente.wang@nxp.com> | 2016-10-18 20:52:04 +0800 |
---|---|---|
committer | Winter Wang <wente.wang@nxp.com> | 2016-11-15 13:41:38 +0800 |
commit | dcc43cfc4eb29cb6c1bc1adbfbea50b7a13bb328 (patch) | |
tree | a70073970ba733de4eea7e2ce9d4dd0803514fc7 /lib/Makefile | |
parent | 07d401c20015002b41d9b3d01a30e37c09be4f83 (diff) | |
download | u-boot-imx-dcc43cfc4eb29cb6c1bc1adbfbea50b7a13bb328.zip u-boot-imx-dcc43cfc4eb29cb6c1bc1adbfbea50b7a13bb328.tar.gz u-boot-imx-dcc43cfc4eb29cb6c1bc1adbfbea50b7a13bb328.tar.bz2 |
MA-8986-3 libavb: fsl: add fsl_avb related functions
* add fsl uboot version of AvbOps;
* export some bootctl interface from libavb;
* save avb public key and rollback index using
keyblob encrypted by caam;
Signed-off-by: Winter Wang <wente.wang@nxp.com>
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 154a2bb..2be2aa6 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -15,7 +15,7 @@ obj-$(CONFIG_BZIP2) += bzip2/ obj-$(CONFIG_TIZEN) += tizen/ obj-$(CONFIG_OF_LIBFDT) += libfdt/ obj-$(CONFIG_FIT) += libfdt/ -obj-y += libavb/ +obj-$(CONFIG_AVB_SUPPORT) += libavb/ obj-$(CONFIG_AES) += aes.o obj-$(CONFIG_USB_TTY) += circbuf.o |