forked from len0rd/rockbox
mkimxboot: add NWZ-E380 1.0.0 firmware
Since E380 is just rebranded E370, mark it as E370 Change-Id: I2eb7dac9ff18a7dbbd26c44b8784207e54f48dd0
This commit is contained in:
parent
0372a52e39
commit
192f3020f8
1 changed files with 6 additions and 0 deletions
|
|
@ -176,6 +176,12 @@ static const struct imx_md5sum_t imx_sums[] =
|
|||
/* Version 1.00.00 */
|
||||
MODEL_NWZE360, "d0047f8a87d456a0032297b3c802a1ff", "1.00.00",
|
||||
{ [VARIANT_DEFAULT] = {0, 20652032 } }
|
||||
},
|
||||
/** Sony NWZ-E380 */
|
||||
{
|
||||
/* Version 1.00.00 */
|
||||
MODEL_NWZE370, "412f8ccd453195c0bebcc1fd8376322f", "1.00.00",
|
||||
{ [VARIANT_DEFAULT] = {0, 16429056 } }
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue