diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2010-03-16 16:12:48 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-21 21:44:42 (GMT) |
commit | 352745ad487f72e839986ddbb020e1fe86c1d482 (patch) | |
tree | e4c47122542e4e9f1f876d833325384c4e4a27ec | |
parent | fd428c05c863aefb575b12b2a1916b02d5bfa759 (diff) | |
download | u-boot-fsl-qoriq-352745ad487f72e839986ddbb020e1fe86c1d482.tar.xz |
nios2: use generic unaligned.h
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
-rw-r--r-- | include/asm-nios2/unaligned.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-nios2/unaligned.h b/include/asm-nios2/unaligned.h new file mode 100644 index 0000000..779117c --- /dev/null +++ b/include/asm-nios2/unaligned.h @@ -0,0 +1,6 @@ +#ifndef _ASM_NIOS2_UNALIGNED_H +#define _ASM_NIOS2_UNALIGNED_H + +#include <asm-generic/unaligned.h> + +#endif /* _ASM_NIOS2_UNALIGNED_H */ |