u-boot/arch/powerpc/include/asm/unaligned.h
Jens Wiklander 5b70e460c9 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>
2023-05-31 14:05:34 -04:00

2 lines
74 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#include <asm-generic/unaligned.h>