public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sparc: add asm/unaligned.h
@ 2010-10-20  7:32 Mike Frysinger
  2010-10-25  9:25 ` Daniel Hellstrom
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2010-10-20  7:32 UTC (permalink / raw)
  To: u-boot

It isn't possible to build any sparc boards without this ...

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 arch/sparc/include/asm/unaligned.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 arch/sparc/include/asm/unaligned.h

diff --git a/arch/sparc/include/asm/unaligned.h b/arch/sparc/include/asm/unaligned.h
new file mode 100644
index 0000000..6cecbbb
--- /dev/null
+++ b/arch/sparc/include/asm/unaligned.h
@@ -0,0 +1 @@
+#include <asm-generic/unaligned.h>
-- 
1.7.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-27  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20  7:32 [U-Boot] [PATCH] sparc: add asm/unaligned.h Mike Frysinger
2010-10-25  9:25 ` Daniel Hellstrom
2010-10-26 19:14   ` Wolfgang Denk
2010-10-27  7:44     ` Daniel Hellstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox