You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ot] hw/opentitan: ot_spi_device: fix address parsing in read SFDP
The bytes are received over the wire and stored in the buffer
most-significant byte first (big-endian), so the dummy byte is the last
byte not the first.
Signed-off-by: Alice Ziuziakowska <[email protected]>
0 commit comments