summaryrefslogtreecommitdiff
path: root/configs/mx6ul_nxpu_iopb_trusty_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-06-12 08:10:12 -0700
committerYe Li <ye.li@nxp.com>2018-06-13 03:06:48 -0700
commitc7219c08b71bf19056c3e02b83ee9a831e084f5e (patch)
treeda6e9e2c6c094b8203b8c8d16b5fb8df454162f1 /configs/mx6ul_nxpu_iopb_trusty_defconfig
parent1b60a6357696d696825327d24a97834a0e6f81cf (diff)
MLK-18591-12 android: iot: Add board support imx6ul nxpu board
Porting the board support for imx6ul nxpu iopb board from v2017.03 Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6ul_nxpu_iopb_trusty_defconfig')
-rw-r--r--configs/mx6ul_nxpu_iopb_trusty_defconfig35
1 files changed, 35 insertions, 0 deletions
diff --git a/configs/mx6ul_nxpu_iopb_trusty_defconfig b/configs/mx6ul_nxpu_iopb_trusty_defconfig
new file mode 100644
index 00000000000..46daa24db5e
--- /dev/null
+++ b/configs/mx6ul_nxpu_iopb_trusty_defconfig
@@ -0,0 +1,35 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_nxpu_iopb/imximage.cfg,ANDROID_THINGS_SUPPORT,ARMV7_NONSEC"
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_SYS_TEXT_BASE=0x87800000
+CONFIG_IMX_TRUSTY_OS=y
+CONFIG_AVB_ATX=y
+CONFIG_TARGET_MX6UL_NXPU_IOPB=y
+CONFIG_ANDROID_BOOT_IMAGE=y
+CONFIG_BOOTDELAY=-2
+CONFIG_EFI_PARTITION=y
+# CONFIG_CONSOLE_MUX is not set
+CONFIG_SYS_CONSOLE_IS_IN_ENV=y
+CONFIG_ENV_IS_IN_MMC=y
+CONFIG_BOARD_EARLY_INIT_F=y
+CONFIG_HUSH_PARSER=y
+CONFIG_CMD_BOOTZ=y
+# CONFIG_CMD_IMLS is not set
+CONFIG_CMD_MEMTEST=y
+# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_MMC=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_GPIO=y
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_MII=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_CACHE=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_EXT4_WRITE=y
+CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
+CONFIG_USB=y
+CONFIG_USB_STORAGE=y
+CONFIG_OF_LIBFDT=y
+