Changeset 1522 for trunk/w39.c
- Timestamp:
- Apr 15, 2012 3:16:32 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/w39.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/w39.c
r1474 r1522 279 279 return 0; 280 280 } 281 282 int printlock_at49f(struct flashctx *flash) 283 { 284 uint8_t lock = w39_idmode_readb(flash, 0x00002); 285 msg_cdbg("Hardware bootblock lockout is %sactive.\n", 286 (lock & 0x01) ? "" : "not "); 287 return 0; 288 }
Note: See TracChangeset
for help on using the changeset viewer.
