From db1882287c6e29d7c22f55f21c0735a67e580d3d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 24 Oct 2016 02:02:12 +0200 Subject: spiflash: Remove hardcoded Macronix references. --- decoders/spiflash/lists.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'decoders/spiflash/lists.py') diff --git a/decoders/spiflash/lists.py b/decoders/spiflash/lists.py index 4ed6aaf..a2a0a65 100644 --- a/decoders/spiflash/lists.py +++ b/decoders/spiflash/lists.py @@ -47,9 +47,11 @@ cmds = { } device_name = { - 0x14: 'MX25L1605D', - 0x15: 'MX25L3205D', - 0x16: 'MX25L6405D', + 'macronix': { + 0x14: 'MX25L1605D', + 0x15: 'MX25L3205D', + 0x16: 'MX25L6405D', + }, } chips = { -- cgit v1.2.3-70-g09d2