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
bf10b9201c
u-boot
/
arch
/
m68k
/
include
/
asm
/
unaligned.h
3 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
m68k: use asm-generic/unaligned.h M68k essentially duplicates the content of asm-generic/unaligned.h, with an exception for non-Coldfire configurations. Coldfire 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> Acked-by: Angelo Dureghello <angelo@kernel-space.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2023-05-22 12:22:34 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#
include
<asm-generic/unaligned.h>
Reference in a new issue
Copy permalink