From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 29E86C433EF for ; Fri, 25 Mar 2022 09:53:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E367384143; Fri, 25 Mar 2022 10:53:22 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="VTJtwaNo"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 463FE84171; Fri, 25 Mar 2022 10:53:21 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 95A0984127 for ; Fri, 25 Mar 2022 10:53:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CC4256112D; Fri, 25 Mar 2022 09:53:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D1DFC340E9; Fri, 25 Mar 2022 09:53:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648201995; bh=3QwLjUYtwTlU43bbq36V93lDNdPDWs4DJmcSrvJSWHA=; h=From:To:Cc:Subject:Date:From; b=VTJtwaNoEx+B8/+x3q2n8ZR0s2XUZpX7mZDEHvgo6rKRnEzCsxA+tPnyN+yhH4rvu MhmvvnwaNJw0nQX7ZbD82xF/SKG/G+fDXzC1FWencOIkGd2is6x9Y79XdV8tPj9Q4a WSPpi/s8b4FsGDtAbpK6x/jWdvEDHvYvE7PVhbCuDSwYz4trkCSXLNguYUrAt99w2A f1ARRfnuE4ZKDxWKF3lrx2ZV6PxW2M6svtSL6TOYty31YbpzHFtV4g1wp71WBdsXZm niBFWeknIX5gcsHQnsjRDlbtUUrd62Kf6SF2FQsmzg4ywDeAugHUB7CiNH68vA2T0R rmUEsp60gXv4g== Received: by pali.im (Postfix) id 4FA917DD; Fri, 25 Mar 2022 10:53:12 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Peng Fan , Ye Li Cc: u-boot@lists.denx.de Subject: [PATCH] Fix URLs to old freescale git repos Date: Fri, 25 Mar 2022 10:51:46 +0100 Message-Id: <20220325095146.6033-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Freescale git repos are now on source.codeaurora.org. Signed-off-by: Pali Rohár --- doc/README.mpc85xx-sd-spi-boot | 2 +- drivers/misc/mxc_ocotp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.mpc85xx-sd-spi-boot b/doc/README.mpc85xx-sd-spi-boot index e3f580446a1c..329de4e6c4c1 100644 --- a/doc/README.mpc85xx-sd-spi-boot +++ b/doc/README.mpc85xx-sd-spi-boot @@ -14,7 +14,7 @@ Where to get boot_format: ======================== you can browse it online at: -http://git.freescale.com/git/cgit.cgi/ppc/sdk/boot-format.git/ +https://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/boot-format Building ======== diff --git a/drivers/misc/mxc_ocotp.c b/drivers/misc/mxc_ocotp.c index b1893a5c7eba..8ee18f29d9be 100644 --- a/drivers/misc/mxc_ocotp.c +++ b/drivers/misc/mxc_ocotp.c @@ -6,7 +6,7 @@ * Based on Dirk Behme's * https://github.com/dirkbehme/u-boot-imx6/blob/28b17e9/drivers/misc/imx_otp.c, * which is based on Freescale's - * http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/drivers/misc/imx_otp.c?h=imx_v2009.08_1.1.0&id=9aa74e6, + * https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/misc/imx_otp.c?id=9aa74e6, * which is: * Copyright (C) 2011 Freescale Semiconductor, Inc. */ -- 2.20.1