mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 23:53:33 +08:00
nios2: use generic unaligned.h
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
This commit is contained in:
parent
fd428c05c8
commit
352745ad48
6
include/asm-nios2/unaligned.h
Normal file
6
include/asm-nios2/unaligned.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _ASM_NIOS2_UNALIGNED_H
|
||||
#define _ASM_NIOS2_UNALIGNED_H
|
||||
|
||||
#include <asm-generic/unaligned.h>
|
||||
|
||||
#endif /* _ASM_NIOS2_UNALIGNED_H */
|
Loading…
Reference in New Issue
Block a user