]> git.dujemihanovic.xyz Git - u-boot.git/commit
powerpc: use asm-generic/unaligned.h
authorJens Wiklander <jens.wiklander@linaro.org>
Mon, 22 May 2023 12:22:35 +0000 (14:22 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 31 May 2023 18:05:34 +0000 (14:05 -0400)
commit5b70e460c967c67c2cda16303f7bd965cfa6137f
tree675a66ece1744918a6e87df637c2b9ec8483ee03
parent456736346aa61e872c6241811eca6c6cab49e022
powerpc: use asm-generic/unaligned.h

Powerpc configurations are apparently able to do unaligned accesses. But
in an attempt to clean up and handle unaligned accesses in the same way
we ignore that and use the common asm-generic/unaligned.h directly
instead.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
arch/powerpc/include/asm/unaligned.h