浏览代码

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>
Thiago A. Correa 15 年之前
父节点
当前提交
b1f184a0d8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      boot/u-boot/u-boot-2010.03-fix-avr32.patch

+ 5 - 0
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>