Changeset 1426
- Timestamp:
- 09/03/11 19:15:00 (9 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
chipset_enable.c (modified) (1 diff)
-
flash.h (modified) (1 diff)
-
internal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/chipset_enable.c
r1425 r1426 1326 1326 else if (ret == ERROR_NONFATAL) 1327 1327 msg_pinfo("PROBLEMS, continuing anyway\n"); 1328 if (ret == ERROR_FATAL) { 1329 msg_perr("FATAL ERROR!\n"); 1330 return ret; 1331 } 1328 1332 } 1329 1333 -
trunk/flash.h
r1417 r1426 225 225 #define NT 1 /* Not tested */ 226 226 227 /* Something happened that shouldn't happen, but we can go on */227 /* Something happened that shouldn't happen, but we can go on. */ 228 228 #define ERROR_NONFATAL 0x100 229 230 /* Something happened that shouldn't happen, we'll abort. */ 231 #define ERROR_FATAL -0xee 229 232 230 233 /* cli_output.c */ -
trunk/internal.c
r1396 r1426 269 269 msg_perr("WARNING: No chipset found. Flash detection " 270 270 "will most likely fail.\n"); 271 } 271 } else if (ret == ERROR_FATAL) 272 return ret; 272 273 273 274 #if defined(__i386__) || defined(__x86_64__)
Note: See TracChangeset
for help on using the changeset viewer.
