avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
10
u-boot/arch/sparc/include/asm/unaligned.h
Normal file
10
u-boot/arch/sparc/include/asm/unaligned.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _ASM_SPARC_UNALIGNED_H
|
||||
#define _ASM_SPARC_UNALIGNED_H
|
||||
|
||||
/*
|
||||
* The SPARC can not do unaligned accesses, it must be split into multiple
|
||||
* byte accesses. The SPARC is in big endian mode.
|
||||
*/
|
||||
#include <asm-generic/unaligned.h>
|
||||
|
||||
#endif /* _ASM_SPARC_UNALIGNED_H */
|
||||
Reference in New Issue
Block a user