mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
|
setenv bootargs console=${console} root=/dev/mmcblk0p2 rootwait
|
||
|
|
||
|
load mmc 0:1 ${loadaddr} /zImage \
|
||
|
&& load mmc 0:1 ${fdtaddr} /dtbs/${fdtfile} \
|
||
|
&& bootz ${loadaddr} - ${fdtaddr}
|