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.
|
bootpart=0:1
|
|
bootdir=/
|
|
bootfile=zImage
|
|
fdtdir=/dtbs
|
|
uenvcmd=run loadfdt; run loadimage; run uenvbootargs ; bootz ${loadaddr} - ${fdtaddr}
|
|
loadfdt=load mmc ${bootpart} ${fdtaddr} ${fdtdir}/${fdtfile}
|
|
devtype=mmc
|
|
uenvbootargs=setenv bootargs console=${console} root=/dev/mmcblk0p2
|
|
|