Skip to content
Snippets Groups Projects
Commit 41a82d6c authored by Ye Li's avatar Ye Li
Browse files

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: default avatarYe Li <ye.li@nxp.com>
(cherry picked from commit c1c23ff6)
parent 7e6d3c66
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@
"else " \
"if run loadimage; then " \
"run mmcboot; " \
"else run netboot; " \
"fi; " \
"fi; " \
"fi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment