1# Static u-boot environment variables for microdroid. See b/180481192 2 3# Boot the device following the Android boot procedure 4bootcmd=avb init virtio 0 && avb verify _a && boot_android virtio 0#misc 5 6bootdelay=0 7 8# U-Boot in x86_64 by defaults loads kernel at 0x20000000 (512MB), which is 9# out of the physical memory when the VM is launched with the default memory 10# size of 256MB. To avoid that, explicitly set the kernel load addresss using 11# loadaddr variable. 12loadaddr=0x02000000 13fdtaddr=0x40000000 14