[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#780066: u-boot: FTBFS on sh4 due to incorrect target names



Source: u-boot
Version: 2014.10+dfsg1-4
Severity: normal
Tags: patch

Hello!

u-boot currently fails to build from source because the target names
for the sh4/r2dplus and sh4/sh7785lcr_32bit platforms are incorrect.

The attached patch fixes the issue. It has been verified with a
successful build on native sh4 hardware running Debian unstable.

Cheers,
Adrian
>From 821e0e7b80ddf582f0031189d02dabe8fa0fca2e Mon Sep 17 00:00:00 2001
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Date: Mon, 9 Mar 2015 00:09:14 +0100
Subject: [PATCH] Fix target names for sh4/r2dplus and sh4/sh7785lcr_32bit
 platforms.

---
 debian/targets | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/targets b/debian/targets
index 514a743..bbfa581 100644
--- a/debian/targets
+++ b/debian/targets
@@ -91,6 +91,6 @@ avr32	-		hammerhead	u-boot.img
 
 mips	-		qemu_mips	u-boot.bin
 
-sh4	-		r2dplus		u-boot.img
+sh4	-		r2dplus		u-boot.bin
 
-sh4	-		sh7785lcr_32bit	u-boot.img
+sh4	-		sh7785lcr_32bit	u-boot.bin
-- 
2.1.4


Reply to: