1stdin=serial 2#ifdef CONFIG_SANDBOX_SDL 3stdin+=,cros-ec-keyb,usbkbd 4#endif 5stdout=serial,vidconsole 6stderr=serial,vidconsole 7 8ethaddr=02:00:11:22:33:44 9eth6addr=02:00:11:22:33:47 10ipaddr=192.0.2.1 11ipaddr2=192.0.2.3 12ipaddr3=192.0.2.4 13ipaddr5=192.0.2.6 14ipaddr6=192.0.2.7 15ipaddr7=192.0.2.8 16 17/* 18 * These are used for distro boot which is not supported. But once bootmethod 19 * is provided these will be used again. 20 */ 21bootm_size=0x10000000 22kernel_addr_r=0x1000000 23fdt_addr_r=0xc00000 24ramdisk_addr_r=0x2000000 25scriptaddr=0x1000 26pxefile_addr_r=0x2000 27