reflash-bootloader.c | 48 unsigned long msv_val; member in struct:omap_type 108 unsigned long msv_val; local 116 msv_val = strtoul(msv, NULL, 16); 121 msv_val == omap_type_list[i].msv_val) 124 error("unknown omap type %s %s %s (0x%08lx)", family, type, msv, msv_val);
|