You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
236 B
11 lines
236 B
7 years ago
|
setenv bootargs "root=PARTUUID=@ROOT@-02 rw rootwait"
|
||
|
|
||
|
if test -n "${console}"; then
|
||
|
setenv bootargs "${bootargs} ${console}"
|
||
|
fi
|
||
|
|
||
6 years ago
|
load mmc 0:1 ${fdt_addr} @DTB@.dtb
|
||
7 years ago
|
load mmc 0:1 ${kernel_addr} Image
|
||
|
|
||
|
booti ${kernel_addr} - ${fdt_addr}
|