blob: 585702ed5ea036a98d15d406ec1b9277b45c159f [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
6bootcmd=avb init virtio 0 && avb verify _a && boot_android virtio 0 a
Jiyong Parkf677cfa2021-02-19 15:44:52 +09007
Jiyong Parkf677cfa2021-02-19 15:44:52 +09008bootdelay=0
9fdtaddr=0x80000000