Initial commit
This commit is contained in:
9
package/boot/uboot-omap/files/boot.scr.txt
Normal file
9
package/boot/uboot-omap/files/boot.scr.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
if test -z "${devnum}"; then
|
||||
setenv devnum 0
|
||||
fi
|
||||
|
||||
setenv bootargs console=${console} root=/dev/mmcblk${devnum}p2 rootwait
|
||||
|
||||
load mmc ${devnum}:1 ${loadaddr} /zImage \
|
||||
&& load mmc ${devnum}:1 ${fdtaddr} /dtbs/${fdtfile} \
|
||||
&& bootz ${loadaddr} - ${fdtaddr}
|
||||
Reference in New Issue
Block a user