summaryrefslogtreecommitdiffstats
path: root/boot/uboot/uboot-2010.03-fix-avr32.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-07-11 22:46:09 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-11 23:39:52 +0200
commita4ca959321da218ebb2e5078831e5ec1f4d8da34 (patch)
treed7dc679d86ebf673af5e5f213b8050ba48d843ac /boot/uboot/uboot-2010.03-fix-avr32.patch
parent9af0ee86b71cd8bb679687204cc380bd9ff2c73d (diff)
downloadbuildroot-novena-a4ca959321da218ebb2e5078831e5ec1f4d8da34.tar.gz
buildroot-novena-a4ca959321da218ebb2e5078831e5ec1f4d8da34.zip
u-boot: rename to uboot
This will allow to match the currently Config.in option BR2_TARGET_UBOOT, in order to make it easy to integrate U-Boot into the package infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/uboot/uboot-2010.03-fix-avr32.patch')
-rw-r--r--boot/uboot/uboot-2010.03-fix-avr32.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/boot/uboot/uboot-2010.03-fix-avr32.patch b/boot/uboot/uboot-2010.03-fix-avr32.patch
new file mode 100644
index 000000000..1f9aab8f0
--- /dev/null
+++ b/boot/uboot/uboot-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>