upgrade avr32 to 2.6.28

SVN-Revision: 13872
This commit is contained in:
Imre Kaloz
2009-01-05 10:39:03 +00:00
parent 9be7e1723f
commit 3db174e41e
4 changed files with 9 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
--- a/arch/avr32/boot/images/Makefile
+++ b/arch/avr32/boot/images/Makefile
@@ -10,7 +10,7 @@ MKIMAGE := $(srctree)/scripts/mkuboot.s
extra-y := vmlinux.bin vmlinux.gz
-OBJCOPYFLAGS_vmlinux.bin := -O binary
+OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
$(obj)/vmlinux.bin: vmlinux FORCE
$(call if_changed,objcopy)