summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@nxp.com>2016-10-11 16:10:23 +0800
committerPeter Chen <peter.chen@nxp.com>2016-10-11 17:10:08 +0800
commitf6c75d019afb2b4a59b10649b95bde8b7723a30b (patch)
tree5825eeb7063bc24e516b593a39263d55f7243bec
parent497134af4819241d49bbc22f1849756c7c06eb2e (diff)
downloadu-boot-imx-f6c75d019afb2b4a59b10649b95bde8b7723a30b.zip
u-boot-imx-f6c75d019afb2b4a59b10649b95bde8b7723a30b.tar.gz
u-boot-imx-f6c75d019afb2b4a59b10649b95bde8b7723a30b.tar.bz2
MLK-13311 configs: mx6sll_lpddr3_arm2: Enable network function
Since mx6sll has no ethernet controller, we take USB ethernet device as network device by default. Signed-off-by: Peter Chen <peter.chen@nxp.com>
-rw-r--r--include/configs/mx6sll_arm2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mx6sll_arm2.h b/include/configs/mx6sll_arm2.h
index 526c992..ca76972 100644
--- a/include/configs/mx6sll_arm2.h
+++ b/include/configs/mx6sll_arm2.h
@@ -109,6 +109,7 @@
"root=/dev/nfs " \
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
"netboot=echo Booting from net ...; " \
+ "usb start; " \
"run netargs; " \
"if test ${ip_dyn} = yes; then " \
"setenv get_cmd dhcp; " \
@@ -192,6 +193,10 @@
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
#endif
+/* Network */
+#define CONFIG_CMD_PING
+#define CONFIG_CMD_DHCP
+
/* USB Configs */
#define CONFIG_CMD_USB
#ifdef CONFIG_CMD_USB