summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-17 11:01:31 +0800
committerYe Li <ye.li@nxp.com>2017-03-17 15:51:29 +0800
commit41a82d6cb689156a47ad3a4d971bbd7fe7ae0e1c (patch)
tree7a9720dfa370ac87efcc23d81fc2b73ce39fbed5
parent7e6d3c66aa9204bda40275a3fe78ba0dcfc82638 (diff)
downloadu-boot-imx-41a82d6cb689156a47ad3a4d971bbd7fe7ae0e1c.zip
u-boot-imx-41a82d6cb689156a47ad3a4d971bbd7fe7ae0e1c.tar.gz
u-boot-imx-41a82d6cb689156a47ad3a4d971bbd7fe7ae0e1c.tar.bz2
MLK-14480 mx7ulp_evk: Add netboot to default boot command
Add netboot to CONFIG_BOOTCOMMAND, so when loadimage from SD fails, it can continue to boot from network. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit c1c23ff6ead15fa0dd080a091cfd7c5ad8469893)
-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 1d1570e..b640423 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -234,6 +234,7 @@
"else " \
"if run loadimage; then " \
"run mmcboot; " \
+ "else run netboot; " \
"fi; " \
"fi; " \
"fi"