Fix u-boot 2010.03 build for AVR32 targets
authorThiago A. Correa <thiago.correa@gmail.com>
Wed, 23 Jun 2010 03:42:52 +0000 (00:42 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 23 Jun 2010 21:00:42 +0000 (23:00 +0200)
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/u-boot/u-boot-2010.03-fix-avr32.patch [new file with mode: 0644]

diff --git a/boot/u-boot/u-boot-2010.03-fix-avr32.patch b/boot/u-boot/u-boot-2010.03-fix-avr32.patch
new file mode 100644 (file)
index 0000000..1f9aab8
--- /dev/null
@@ -0,0 +1,5 @@
+diff -Naur u-boot-2010.03-orig/include/asm-avr32/unaligned.h u-boot-2010.03/include/asm-avr32/unaligned.h
+--- u-boot-2010.03-orig/include/asm-avr32/unaligned.h  1969-12-31 21:00:00.000000000 -0300
++++ u-boot-2010.03/include/asm-avr32/unaligned.h       2010-06-22 23:09:49.000000000 -0300
+@@ -0,0 +1 @@
++#include <asm-generic/unaligned.h>