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 11 12/* 13 * These are used for distro boot which is not supported. But once bootmethod 14 * is provided these will be used again. 15 */ 16bootm_size=0x10000000 17kernel_addr_r=0x1000000 18fdt_addr_r=0xc00000 19ramdisk_addr_r=0x2000000 20scriptaddr=0x1000 21pxefile_addr_r=0x2000 22