summaryrefslogtreecommitdiff
path: root/include/configs/pico-imx7dandroidthings.h
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 /include/configs/pico-imx7dandroidthings.h
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 'include/configs/pico-imx7dandroidthings.h')
-rw-r--r--include/configs/pico-imx7dandroidthings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/pico-imx7dandroidthings.h b/include/configs/pico-imx7dandroidthings.h
index 41a988ee2cc..f878f8f05cc 100644
--- a/include/configs/pico-imx7dandroidthings.h
+++ b/include/configs/pico-imx7dandroidthings.h
@@ -14,6 +14,9 @@
#define TRUSTY_OS_MMC_BLKS 0xFFF
#define TRUSTY_OS_PADDED_SZ 0x180000
+#define CONFIG_USB_GADGET
+#define CONFIG_CMD_FASTBOOT
+
#ifdef CONFIG_AVB_ATX
#define PERMANENT_ATTRIBUTE_HASH_OFFSET 0
#endif
@@ -44,7 +47,6 @@
#define CONFIG_SHA256
#define CONFIG_SYSTEM_RAMDISK_SUPPORT
-#define CONFIG_AVB_SUPPORT
#ifdef CONFIG_SYS_MMC_ENV_DEV
#undef CONFIG_SYS_MMC_ENV_DEV