Skip to content

Commit

Permalink
SKHynix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Nov 5, 2019
1 parent 93c727e commit 0cba1ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlashDetector/sf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FlashDetector",
"version": "0",
"version": "1",
"api": 6,
"description": "Universal NAND Flash Part Number Decoder",
"author": "iTX Technologies",
Expand Down
5 changes: 4 additions & 1 deletion FlashDetector/src/iTXTech/FlashDetector/Decoder/SKHynix.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ class SKHynix extends Decoder{
"2" => "FBGA-316",
"3" => "FBGA-316",
//TODO: confirm
"6" => "FBGA-132"
"6" => "FBGA-132",
"0" => "FBGA-132",
"5" => "FBGA-132",
"L" => "FBGA-132",
];
protected const BAD_BLOCK = [
"B" => Constants::SAMSUNG_CBB_B,
Expand Down

0 comments on commit 0cba1ee

Please sign in to comment.