diff options
author | Thiago A. Correa <thiago.correa@gmail.com> | 2010-06-23 00:42:52 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 23:00:42 +0200 |
commit | b1f184a0d8a2471a25d729282456f7aee0f9e858 (patch) | |
tree | 0798801c98cef51e84388941af4915eb27dca199 /boot | |
parent | 4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd (diff) |
Fix u-boot 2010.03 build for AVR32 targets
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/u-boot/u-boot-2010.03-fix-avr32.patch | 5 |
1 files changed, 5 insertions, 0 deletions
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 index 000000000..1f9aab8f0 --- /dev/null +++ b/boot/u-boot/u-boot-2010.03-fix-avr32.patch @@ -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> |