summaryrefslogtreecommitdiff
path: root/include/configs/mx7ulp_evk.h
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@nxp.com>2016-11-16 14:07:53 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 17:24:35 +0800
commit63c2e1de37e1e24f35279f50efa5a330e2cb3d07 (patch)
tree6b6886199f92ec64f639f97dc35ab32f08669c22 /include/configs/mx7ulp_evk.h
parentbe3d3d5c140a1617c1ce35e8657f2d45bc8c70eb (diff)
downloadu-boot-imx-63c2e1de37e1e24f35279f50efa5a330e2cb3d07.zip
u-boot-imx-63c2e1de37e1e24f35279f50efa5a330e2cb3d07.tar.gz
u-boot-imx-63c2e1de37e1e24f35279f50efa5a330e2cb3d07.tar.bz2
MLK-13547 configs: mx7ulp_evk: enable ethernet boot support
Since we can use USB ethernet instead of local ethernet, add ethernet support for it. To use USB ethernet function at u-boot, just plug in Micro-AB cable at USBOTG1 port with USB2Ethernet adapter connected. Signed-off-by: Peter Chen <peter.chen@nxp.com> (cherry picked from commit 60ffddf87cf6b8502c5d5fc6540364adfd66ebb3) Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs/mx7ulp_evk.h')
-rw-r--r--include/configs/mx7ulp_evk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index 11bdd96..4f7f6fb 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -176,6 +176,7 @@
"else " \
"if run loadimage; then " \
"run mmcboot; " \
+ "else run netboot; " \
"fi; " \
"fi; " \
"fi"