From bcf4078890f623a50649e12e36cd65ae5629b2ac Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 8 May 2023 21:16:50 +0100 Subject: [PATCH] [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 done only to avoid a build-dependency on u-boot-tools.] Gbp-Pq: Topic debian Gbp-Pq: Name arch-sh4-fix-uimage-build.patch --- arch/sh/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 5c877648253..6f166564959 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -81,7 +81,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-y := zImage -defaultimage-$(CONFIG_SH_SH7785LCR) := uImage defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage defaultimage-$(CONFIG_SH_MIGOR) := uImage -- 2.30.2