Home
last modified time | relevance | path

Searched refs:flash_side (Results 1 – 1 of 1) sorted by relevance

/openbmc/skeleton/op-hostctl/
H A Dcontrol_host_obj.c156 const gchar* flash_side = control_host_get_flash_side(host); in on_boot() local
157 g_print("Using %s side of the bios flash\n",flash_side); in on_boot()
158 if(strcmp(flash_side,"primary")==0) { in on_boot()
160 } else if(strcmp(flash_side,"golden") == 0) { in on_boot()
163 g_print("ERROR: Invalid flash side: %s\n",flash_side); in on_boot()