[U-Boot] [PATCH 13/28] nios2: fix __fswab64 link error with asm-nios2/byteorder.h

Thomas Chou thomas at wytron.com.tw
Fri Mar 19 08:43:38 CET 2010


Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
---
 include/asm-nios2/byteorder.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/asm-nios2/byteorder.h b/include/asm-nios2/byteorder.h
index 495c823..dbee62e 100644
--- a/include/asm-nios2/byteorder.h
+++ b/include/asm-nios2/byteorder.h
@@ -25,6 +25,11 @@
 #define __ASM_NIOS2_BYTEORDER_H_
 
 #include <asm/types.h>
+#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
+#  define __BYTEORDER_HAS_U64__
+#  define __SWAB_64_THRU_32__
+#endif
+
 #include <linux/byteorder/little_endian.h>
 
 #endif /* __ASM_NIOS2_BYTEORDER_H_ */
-- 
1.6.6.1



More information about the U-Boot mailing list