From 41a82d6cb689156a47ad3a4d971bbd7fe7ae0e1c Mon Sep 17 00:00:00 2001 From: Ye Li Date: Fri, 17 Mar 2017 11:01:31 +0800 Subject: 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 (cherry picked from commit c1c23ff6ead15fa0dd080a091cfd7c5ad8469893) --- include/configs/mx7ulp_evk.h | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.1