]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 22 Apr 2024 12:58:12 +0000 (14:58 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 2 May 2024 10:17:18 +0000 (13:17 +0300)
commit2e3e5138d60e8d43a8554e9b1728163f87569e1a
tree414d4a9dafd76406ccb5596e4699e36d94b81363
parenta004dfabeaf6b3c3b400f7e263d2e9995f9a2d37
hw/arm/npcm7xx: Store derivative OTP fuse key in little endian

Use little endian for derivative OTP fuse key.

Cc: qemu-stable@nongnu.org
Fixes: c752bb079b ("hw/nvram: NPCM7xx OTP device model")
Suggested-by: Avi Fishman <Avi.Fishman@nuvoton.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240422125813.1403-1-philmd@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit eb656a60fd93262b1e519b3162888bf261df7f68)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/arm/npcm7xx.c