summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-21 16:55:20 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:07:05 +0800
commitc386d74718c1dd9389928a6e8ff37b5c826ae2b2 (patch)
treed671348446e29dbc6c318606fa7032117cdd8686 /include
parent7b973f17b704568586614dc3503be4f6c2315eaa (diff)
downloadu-boot-imx-c386d74718c1dd9389928a6e8ff37b5c826ae2b2.zip
u-boot-imx-c386d74718c1dd9389928a6e8ff37b5c826ae2b2.tar.gz
u-boot-imx-c386d74718c1dd9389928a6e8ff37b5c826ae2b2.tar.bz2
MLK-14499 mx6qarm2: Convert to use OF_CONTROL and DM driver
Modify the mx6qarm2 configurations to enable OF_CONTROL and DM drivers: USB, Ethernet, UART and MMC. Add two DTS files for imx6q/dl arm2 board and imx6q pop arm2 board. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qarm2.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
index 81d4fd0..f496be9 100644
--- a/include/configs/mx6qarm2.h
+++ b/include/configs/mx6qarm2.h
@@ -29,11 +29,8 @@
#define CONFIG_FEC_XCV_TYPE RGMII
#define CONFIG_FEC_MXC_PHYADDR 0
-#if defined(CONFIG_MX6DQ_POP_LPDDR2)
-#define CONFIG_DEFAULT_FDT_FILE "imx6q-pop-arm2.dtb"
-#else
-#define CONFIG_DEFAULT_FDT_FILE "imx6q-arm2.dtb"
-#endif
+#define CONFIG_PHYLIB
+#define CONFIG_PHY_ATHEROS
#define CONFIG_EXTRA_ENV_SETTINGS \
"script=boot.scr\0" \
@@ -136,7 +133,7 @@
(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
/* Environment organization */
-#define CONFIG_ENV_OFFSET (6 * 64 * 1024)
+#define CONFIG_ENV_OFFSET (13 * 64 * 1024)
#define CONFIG_ENV_SIZE (8 * 1024)
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 1