summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/uEnv-a64.txt
blob: 2a4c3ddecc13885aaf5493da3b1e96f8a8ea6662 (plain)
1
2
3
4
5
6
setenv mmc_rootpart 2
part uuid mmc ${mmc_bootdev}:${mmc_rootpart} uuid
setenv loadkernel fatload mmc \$mmc_bootdev \$kernel_comp_addr_r uImage
setenv bootargs console=ttyS0,115200 earlycon=uart,mmio32,0x01c28000 root=PARTUUID=${uuid} rootwait
setenv uenvcmd run loadkernel \&\& bootm \$kernel_comp_addr_r
run uenvcmd