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 717F0C433F5 for ; Fri, 1 Apr 2022 18:46:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D04708430F; Fri, 1 Apr 2022 20:46:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="A008CuXg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 92D1D842FB; Fri, 1 Apr 2022 20:46:10 +0200 (CEST) Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) (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 3A63684317 for ; Fri, 1 Apr 2022 20:45:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf29.google.com with SMTP id f3so2677044qvz.10 for ; Fri, 01 Apr 2022 11:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=7qtbwKSpmQyEU5Ulepi+Af9erGosAv4PegCJFACm/Fk=; b=A008CuXg4bJswAW53jgNx9PCC6VzqxwI9JO+pUb9vwGIJPJd2dhPjTA3l9it+g0F/y EUj6tq+fjxS/1qVIqyXUHJike7LuzGRplKIJyIl1FSM1er+LnsE0vC5AdKB2Xd9mUF6Q a6tAZbSieVq+SM3hYMF3cR/p2qXDHdXdV06hM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=7qtbwKSpmQyEU5Ulepi+Af9erGosAv4PegCJFACm/Fk=; b=TiLxoNnywhokSpS1bTR/4Ql3iRn5mVAR7ait8Inmw4zI3HvSrlz60AT7TQph/c3TnL l747Tet4V+oRe6LOEsjeGH9zs05f/THbFkYdQ/iJ7h6RngBAou7o/hF/4Zx/BfKaC1Q3 MEUdm6bKieprczfmi94EZIHTHHpWXaGrC/IGUoo1PatmSAVPiPeVZkrgaBayotN0lrAO 7vSuuCn4Yxcf4JMV2PO2bcf+5J8XjJsCwQxVACnmJd2D4wwSCkbI2IZTwEXk+1huk85n BlQOCtgCPYAULsFBohyHyDp27+WRvHopvx/W/KxfG/MmiF6EZDO13Jo84narpQsxcY9d 1/TA== X-Gm-Message-State: AOAM533c3eNzDwaxinLfC7O7Ih5x2EAsDulR7S9FhiCKhBqzJdKpWe+b kuimYC9yHPP2x0sRDvEGErKu19dxxbCAog== X-Google-Smtp-Source: ABdhPJx5HUULYk8PXaXisnac03V1Owb1Oyjxk2UTscuQZkJrGhWH/+EDDZEgHSYIitJDCcU9yUbz2A== X-Received: by 2002:a05:6214:c63:b0:441:18cd:6f12 with SMTP id t3-20020a0562140c6300b0044118cd6f12mr8958336qvj.115.1648838753745; Fri, 01 Apr 2022 11:45:53 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id d12-20020a05620a158c00b00648ec3fcbdfsm1628152qkk.72.2022.04.01.11.45.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Apr 2022 11:45:52 -0700 (PDT) Date: Fri, 1 Apr 2022 14:45:51 -0400 From: Tom Rini To: u-boot@lists.denx.de Cc: Stefan Roese Subject: Re: [PATCH 01/11] db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP Message-ID: <20220401184551.GC14476@bill-the-cat> References: <20220324211806.1553189-1-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="RN8gaMXH6squMiby" Content-Disposition: inline In-Reply-To: <20220324211806.1553189-1-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --RN8gaMXH6squMiby Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 24, 2022 at 05:17:56PM -0400, Tom Rini wrote: > The value CONFIG_DB_784MP_GP is only used in the DDR code to refer to > CONFIG_TARGET_DB_MV784MP_GP so just use that second value directly. >=20 > Cc: Stefan Roese > Signed-off-by: Tom Rini > Reviewed-by: Stefan Roese For the whole of the series, applied to u-boot/next, thanks! --=20 Tom --RN8gaMXH6squMiby Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJHSF8ACgkQFHw5/5Y0 tyw6vwv/V6lujo3X4z/a8aA5LUreMUPML2/OE6jarPgBqBuXEYaiujkae/S8Do4h Sw04AAC6OvGrEx4wVr/P4iarq3n0VG5yEUENnWcUzPdT3S27VqzSt+Hu0FN1SgAx hjyi4V/+3/fky3i/11kuTCbq/y8W+U7+RilnrS7/R9yWg3O3bfUwNxtIOR5j2gpW 7Hut7u6HBwYEJGQjYyjlt6c2NQQwWeOsqQ3pIBnXfAtTckgrGvuSJsPNV6XTTCBA EZ7l/SDYVWLAmM71ZLA0REislrP4MGPuib0CVMC3mi2zHWBF7PSpn/t6KCKsZAEd NOuX0cJYqaVqH3SigK8ghtiEOdsqKqRYO7cv8sNGUkGVjnesym4I5NAX0pKG+YAZ 9r7ou+u8dHvlrA1dcIlGbqRy049bVkKVTB0DpvqfSmsPAQLwyFogAWaRnfpr4EuP kOf+KG2ym1edfQwY4vokJaTAsrzwyEM3d51rc2vsDNLQJiW1BR20Adco1HUAoGa6 FrCXBDzF =mu+4 -----END PGP SIGNATURE----- --RN8gaMXH6squMiby--