| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-31 | m68k: use asm-generic/unaligned.h | Jens Wiklander | |
| 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 <[email protected]> Acked-by: Angelo Dureghello <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]> | |||
| 2010-04-13 | Move architecture-specific includes to arch/$ARCH/include/asm | Peter Tyser | |
| This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <[email protected]> | |||
