From nobody Mon Apr 29 01:41:22 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1522681502556711.1510916425767; Mon, 2 Apr 2018 08:05:02 -0700 (PDT) Received: from localhost ([::1]:41178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3113-0004pP-2A for importer@patchew.org; Mon, 02 Apr 2018 11:05:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f30z7-0003hO-D5 for qemu-devel@nongnu.org; Mon, 02 Apr 2018 11:03:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f30z3-0005cr-GY for qemu-devel@nongnu.org; Mon, 02 Apr 2018 11:03:01 -0400 Received: from zero.eik.bme.hu ([2001:738:2001:2001::2001]:13412) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f30z3-0005b4-A6; Mon, 02 Apr 2018 11:02:57 -0400 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id 51B867456C6; Mon, 2 Apr 2018 17:02:54 +0200 (CEST) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 38B857456A2; Mon, 2 Apr 2018 17:02:54 +0200 (CEST) From: BALATON Zoltan Date: Mon, 2 Apr 2018 16:52:24 +0200 To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org Message-Id: <20180402150254.38B857456A2@zero.eik.bme.hu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:738:2001:2001::2001 Subject: [Qemu-devel] [PATCH] roms/u-boot-sam460ex: Change to qemu git mirror and update X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Jeff Cody , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Now that we have a mirror of this repo on git.qemu.org change the submodule to use that and also update it to latest HEAD which has a commit to fix a dangling symlink. Signed-off-by: BALATON Zoltan --- .gitmodules | 2 +- roms/u-boot-sam460ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c613722..49e9c2e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -45,4 +45,4 @@ url =3D git://github.com/hdeller/seabios-hppa.git [submodule "roms/u-boot-sam460ex"] path =3D roms/u-boot-sam460ex - url =3D git://github.com/zbalaton/u-boot-sam460ex + url =3D git://git.qemu.org/u-boot-sam460ex.git diff --git a/roms/u-boot-sam460ex b/roms/u-boot-sam460ex index 119aa27..930735b 160000 --- a/roms/u-boot-sam460ex +++ b/roms/u-boot-sam460ex @@ -1 +1 @@ -Subproject commit 119aa277f74a4a2d3f7ab6c9471292308eba14e4 +Subproject commit 930735bdd6edbb0588d6a54882feb58ab3cb2d08 --=20 2.7.6