From: Nobuhiro Iwamatsu Date: Sun, 5 Jan 2020 14:40:37 +0000 (+0000) Subject: Fix uImage build X-Git-Tag: archive/raspbian/5.7.6-1+rpi1^2^2^2^2^2^2^2^2^2~89 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ac7222bbb123e91b4c15a53f7c5ef01930380296;p=linux.git Fix uImage build [bwh: This was added without a description, but I think it is done only to avoid a build-dependency on u-boot-tools.] Gbp-Pq: Topic debian Gbp-Pq: Name arch-sh4-fix-uimage-build.patch --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index b4a86f27e04..185702f2ced 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -89,7 +89,6 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ # 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