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.

14 lines
504 B

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