summaryrefslogtreecommitdiff
path: root/include/configs/imx8qm_mek_android_auto_xen.h
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-05-15 17:53:04 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:25:44 +0800
commit449f9048e6f7870385b4fbecb18c846478a8305f (patch)
treecf50612f7882e11514875e042f3d860585e51033 /include/configs/imx8qm_mek_android_auto_xen.h
parentfed4a26ead8b38a4e03ca192876016246fe3e601 (diff)
[iot] Update libavb in u-boot
This commit did: 1. Sync AVB lib with external/avb, head of commit is: commit 6d5326a945c2d17d5d0e7718d5cb97663c3b33a2 Author: Neal Ostrem <nealo@google.com> Date: Tue Apr 24 13:09:45 2018 -0700 Merge fix/changes required after merge from AOSP ToT. Change library name to one used by AT. Test: Built successfully and unit tests pass. Change-Id: I5e5fc9a6010d96cfecfc6faf0858ba930cba65a0 2. Change product id in ATX to be full zeros to sync with external/avb. 3. Fix build errors and implement ops fsl_set_key_version. 4. Move most nxp modified code to lib/avb/fsl/. Test: build and boot successfully for imx7d_pico and imx8m_phanbell. Change-Id: I199a035fe8267b10955299a4b745458d40a2e754 Signed-off-by: Luo Ji <ji.luo@nxp.com>
Diffstat (limited to 'include/configs/imx8qm_mek_android_auto_xen.h')
-rw-r--r--include/configs/imx8qm_mek_android_auto_xen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx8qm_mek_android_auto_xen.h b/include/configs/imx8qm_mek_android_auto_xen.h
index 62d94ce769..b364338969 100644
--- a/include/configs/imx8qm_mek_android_auto_xen.h
+++ b/include/configs/imx8qm_mek_android_auto_xen.h
@@ -35,4 +35,6 @@
/* This needs to be stay same in iomem in domu.cfg */
#define SC_IPC_CH 0x15d1d0000
+#define AVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED
+
#endif /* IMX8QM_MEK_ANDROID_AUTO_XEN_H */