Skip to content
Snippets Groups Projects
Commit d77c7ac4 authored by Philippe De Muyter's avatar Philippe De Muyter Committed by Stefan Roese
Browse files

Fix printing & reading of 16-bit CFI device identifiers


Fix reading and printing of CFI flashes 16-bit devices identifiers

Nowadays CFI flashes have a 16-bit device identifier.  U-boot still
print them and read them as if they were only 8-bit wide.  Fix that.
Before:
  Intel Extended command set, Manufacturer ID: 0x89, Device ID: 0x1B
After:
  Intel Extended command set, Manufacturer ID: 0x89, Device ID: 0x881B

Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 2e97394a
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment