From: Nobuhiro Iwamatsu Subject: [sh4] Fix uImage build Bug-Debian: https://bugs.debian.org/569034 Forwarded: not-needed [bwh: This was added without a description, but I think it is dealing with a similar issue to powerpcspe-omit-uimage.patch] Index: linux/arch/sh/Makefile =================================================================== --- linux.orig/arch/sh/Makefile +++ linux/arch/sh/Makefile @@ -89,7 +89,6 @@ OBJCOPYFLAGS := -O binary -R .note -R .n # Give the various platforms the opportunity to set default image types defaultimage-$(CONFIG_SUPERH32) := zImage -defaultimage-$(CONFIG_SH_SH7785LCR) := uImage defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage defaultimage-$(CONFIG_SH_MIGOR) := uImage