blob: dfa6a983e87bb31f25d93e270910ceac96badf2d [file] [log] [blame]
Jiyong Park89e81cb2021-04-13 13:13:55 +09001# Static u-boot environment variables for microdroid. See b/180481192
2
3# Boot the device following the Android boot procedure
Jiyong Park25f1ddc2021-06-16 17:09:56 +09004bootcmd=avb init virtio 0 && avb verify _a && boot_android virtio 0
Jiyong Park89e81cb2021-04-13 13:13:55 +09005
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