summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2018-08-19 10:18:52 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-21 09:44:35 +0800
commit5f88ae9d85614bdbc207cb275b0c6ea9cc30b674 (patch)
tree06c767e5bf993f76d2b413d66f8b4de2e030d85b /configs
parenta73829423749a712363b0a9b5d1fe3b4164e287d (diff)
[iot] Fix build break for pico-imx7d
Some configs and definations changed from imx_v2017.03 to imx_v2018.03, refine related codes to make pico-imx7d work. Test: pico-imx7d boots ok. Change-Id: I10e5a1849964a62259e0d6c353e5588c1529a840 Signed-off-by: Ji Luo <ji.luo@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/pico-imx7d-trusty_defconfig1
-rw-r--r--configs/pico-imx7d_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/pico-imx7d-trusty_defconfig b/configs/pico-imx7d-trusty_defconfig
index 9a7ba19005..20ab79951b 100644
--- a/configs/pico-imx7d-trusty_defconfig
+++ b/configs/pico-imx7d-trusty_defconfig
@@ -36,4 +36,5 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_OF_LIBFDT=y
+CONFIG_AVB_SUPPORT=y
CONFIG_AVB_ATX=y
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig
index 49ef43dc20..2c87aee77a 100644
--- a/configs/pico-imx7d_defconfig
+++ b/configs/pico-imx7d_defconfig
@@ -35,4 +35,5 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_OF_LIBFDT=y
+CONFIG_AVB_SUPPORT=y
CONFIG_AVB_ATX=y