summaryrefslogtreecommitdiff
path: root/arch/cris/boot
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2010-08-03 16:27:23 (GMT)
committerJesper Nilsson <jesper.nilsson@axis.com>2010-08-04 11:02:33 (GMT)
commitd717809bcef50658092c8e18d7576475b6484a4c (patch)
tree098a2ee4e04adfc7feacb037afecc579add2adaa /arch/cris/boot
parent76fdf67bb5415a8e97bfecf81bf0c0d64bf7a552 (diff)
downloadlinux-fsl-qoriq-d717809bcef50658092c8e18d7576475b6484a4c.tar.xz
CRIS: Discard .note.gnu.build-id section
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/boot')
-rw-r--r--arch/cris/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/boot/Makefile b/arch/cris/boot/Makefile
index 144f3af..6e3b509 100644
--- a/arch/cris/boot/Makefile
+++ b/arch/cris/boot/Makefile
@@ -3,7 +3,7 @@
#
objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
-objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss
+objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
OBJCOPYFLAGS = -O binary $(objcopyflags-y)