summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-07-27 08:33:00 -0700
committerHan Xu <han.xu@nxp.com>2018-08-10 15:25:40 -0500
commitd0602d2ee64c9ad2bf38a38bfb84f8ff9ac9b68d (patch)
treecacc0148a99c54d2141d972a2972e4b9d5d1a7e2 /include/configs
parenteeb6a8d545e4810df6e3ce2125fa69a1781ea605 (diff)
Add iMX8DX DDR3 arm2 board support
When rewoked eMMC to MMC socket, change MMC driver can recognize the card Enable the fastboot to test usb gadget Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imx8qxp_arm2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/imx8qxp_arm2.h b/include/configs/imx8qxp_arm2.h
index 564f265354..7a43b2dd8b 100644
--- a/include/configs/imx8qxp_arm2.h
+++ b/include/configs/imx8qxp_arm2.h
@@ -15,6 +15,10 @@
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_ARCH_MISC_INIT
+#define CONFIG_MMC_TRACE
+
+#define CONFIG_CMD_READ
+
/* Flat Device Tree Definitions */
#define CONFIG_OF_BOARD_SETUP
@@ -343,6 +347,8 @@
#define CONFIG_APBH_DMA_BURST8
#endif
+#define CONFIG_SERIAL_TAG
+
/* USB Config */
#ifdef CONFIG_CMD_USB
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2