This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-12-18 01:03:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5367b9e798
u-boot
/
arch
/
powerpc
/
include
/
asm
/
unaligned.h
3 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
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-22 12:22:35 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#
include
<asm-generic/unaligned.h>
Reference in a new issue
Copy permalink