blob: 2c5bee761e76f714ade6c0ae4d5bf10e6b269dde [file] [log] [blame]
Jiyong Parkf677cfa2021-02-19 15:44:52 +09001# Static u-boot environment variables for microdroid. See b/180481192
2
Jiyong Park3eb11f72021-02-23 12:53:30 +09003# Boot the device following the Android boot procedure
Jiyong Parkf6503cf2021-06-16 18:36:18 +09004# `0` is the disk number of os_composite.img
5# `a` and `_a` are the slot index for A/B
Jiyong Park52ea0832021-09-01 12:10:18 +09006bootcmd=avb init virtio 0 && avb verify _a && env set bootargs "$bootargs $avb_bootargs" && boot_android virtio 0 a
Jiyong Parkf677cfa2021-02-19 15:44:52 +09007
Jiyong Parkf677cfa2021-02-19 15:44:52 +09008bootdelay=0
9fdtaddr=0x80000000