Searched refs:flashdev (Results 1 - 1 of 1) sorted by relevance

/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_flash.c247 char *flashdev; local
288 flashdev = cmd_getarg(cmd,1);
289 if (!flashdev) flashdev = "flash0";
295 res = cfe_getdevinfo(flashdev);
297 return ui_showerror(CFE_ERR_DEVNOTFOUND,flashdev);
303 xprintf("Device '%s' is not a flash or eeprom device.\n",flashdev);
448 fh = cfe_open(flashdev);
450 xprintf("Could not open device '%s'\n",flashdev);
462 xprintf("Programming of device '%s' not supported\n",flashdev);
[all...]

Completed in 74 milliseconds