]> git.gag.com Git - fw/openocd/commit
flash/stmsmi: fix byte order for big-endian host
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 26 Nov 2018 14:52:51 +0000 (15:52 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Thu, 6 Dec 2018 09:40:19 +0000 (09:40 +0000)
commit9d67f00670f861335f5dad1b2e03b3871e76545c
tree92170b74bea70319b7da9e25aa49fcff680c02d4
parent82dd17e2488ae233d8818901ec6f07525694e55e
flash/stmsmi: fix byte order for big-endian host

The original code was written for and tested on little-endian
host only.

Rewrite it to be independent by host endianess.
Not tested on real HW; I don't own anymore a SPEAr device.

Change-Id: I2f427a804693f56cb9dea4936c525eb814c48c28
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reported-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/4778
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/flash/nor/stmsmi.c