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 B33D1C433EF for ; Tue, 1 Mar 2022 04:11:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B71AC83CDF; Tue, 1 Mar 2022 05:11:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com 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=gmail.com header.i=@gmail.com header.b="gLospdtt"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6C25983CB1; Tue, 1 Mar 2022 04:50:49 +0100 (CET) Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B57F983A7A for ; Tue, 1 Mar 2022 04:50:46 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=krjdev@gmail.com Received: by mail-ej1-x629.google.com with SMTP id vz16so28953484ejb.0 for ; Mon, 28 Feb 2022 19:50:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=fAuxFG72BclngcSDZdFGLtXKplOz/RSU4peocpJWxn0=; b=gLospdtt2fRKj9oyMC4tNKHnRSP1g24Idn2VTeP8Cgtxx/qqRUYlDLDkv8XDwor41+ Zms40RxrN2riIOhwF1vl/REpvCStJEIAy5XwcfWuUAGg2KaKZ1C1Mf+0WUfZJTT1moSS B25/lgOgjDhx6ULXEjbquzS78nDKkEVUfMtG2CiF5Jwh3kRcek4AdmD0Vce9twybWgJW IaHnTSDgteAg7ayRuCyBggX+GD0Vffkt3+RtGU87f1BosbhfjkxJCzX3mFm9OKcBQOit LLHPoa5LazHBhivpktSdZJw08agImRUMni9KbuZAuxi68oiCLV7yPqGQ9Msq+qyVM4l3 +69g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=fAuxFG72BclngcSDZdFGLtXKplOz/RSU4peocpJWxn0=; b=ycyn9RQSLu5SB0lz838PFPxlH4exs8kddh/IxrhmEz3/M30aEm9NikHMkr4JLR0yM9 8hUyYRlUfnfzSpmMexvkRrJGx36QN8cFAhkJcnbhhHOUAlHb5DutGVANROqgXoanS5wZ w1gzjgCZiqovzhyaMGxvL9ect3dVo3Vh3BuAvTnYd9YknJQZhFbfJotxstXULCdnQacS oWKJ2NbpwXt1xmgQllRmIpDtq8XDcL+fJdpFAhMOavaBVkN03glD6XkGczo9LooQDecO kKO61cxpcxlCKjlvqqhKzGqr0RBJt4/GhhYpzRKEvQpkdxE1UpFKFdGU2ZpMQ7KJKgg6 FJ7A== X-Gm-Message-State: AOAM533MCyOTJjvbiMO4jircW3eQmWZNg0UO4C0FeYwg8haO6Wt8uq1b 1HBW7NDZ3p7Eco2E9f5VIavCCemcJS0= X-Google-Smtp-Source: ABdhPJy72iJ9TXHxgI7xBfCf/43CS00+o4AU745ydDwz2Oj6Ia52N91lOg8UMsSH3JteucBpA0Jw0w== X-Received: by 2002:a17:906:40c9:b0:6cf:1fb3:aca with SMTP id a9-20020a17090640c900b006cf1fb30acamr16970766ejk.101.1646106646162; Mon, 28 Feb 2022 19:50:46 -0800 (PST) Received: from matrix42.lan (212-197-183-141.adsl.highway.telekom.at. [212.197.183.141]) by smtp.gmail.com with ESMTPSA id g22-20020a170906395600b006cec40b9cf0sm4920963eje.92.2022.02.28.19.50.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Feb 2022 19:50:45 -0800 (PST) From: Johannes Krottmayer To: u-boot@lists.denx.de Cc: Johannes Krottmayer Subject: [PATCH 1/2] Makefile: Fix doc path in warning message Date: Tue, 1 Mar 2022 04:49:50 +0100 Message-Id: <20220301034950.30849-2-krjdev@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220301034950.30849-1-krjdev@gmail.com> References: <20220301034950.30849-1-krjdev@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 01 Mar 2022 05:11:02 +0100 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 Fix documentation path in warning message about deprecated device driver. Signed-off-by: Johannes Krottmayer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6fc80aa6f..0af5065624 100644 --- a/Makefile +++ b/Makefile @@ -1080,7 +1080,7 @@ define deprecated echo >&2 "for $(2)). Please update the board to use"; \ echo >&2 "$(firstword $(1)) before the $(3) release. Failure to"; \ echo >&2 "update by the deadline may result in board removal."; \ - echo >&2 "See doc/driver-model/migration.rst for more info."; \ + echo >&2 "See doc/develop/driver-model/migration.rst for more info."; \ echo >&2 "===================================================="; \ fi; fi @@ -1121,7 +1121,7 @@ ifneq ($(CONFIG_DM),y) @echo >&2 "This board does not use CONFIG_DM. CONFIG_DM will be" @echo >&2 "compulsory starting with the v2020.01 release." @echo >&2 "Failure to update may result in board removal." - @echo >&2 "See doc/driver-model/migration.rst for more info." + @echo >&2 "See doc/develop/driver-model/migration.rst for more info." @echo >&2 "====================================================" endif $(call deprecated,CONFIG_WDT,DM watchdog,v2019.10,\ -- 2.34.1