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 0D3E8C433EF for ; Mon, 6 Jun 2022 21:37:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 11E37842FA; Mon, 6 Jun 2022 23:36:52 +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="n/tQVmeT"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CDDD184280; Mon, 6 Jun 2022 23:36:50 +0200 (CEST) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (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 37620842FC for ; Mon, 6 Jun 2022 23:36:45 +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-qt1-x82b.google.com with SMTP id k4so4745192qth.8 for ; Mon, 06 Jun 2022 14:36:45 -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=VqT3cgjdtpNXXFeRy3a40t6DocGh2lZn1uRj2uj3acI=; b=n/tQVmeTtA/dT2c3oVTaFb3uoMzIVMuFaWmhzvP95I+0V23DtARohg/QetD11IY6jT 4iuQxoDclt7Pg+rX8DsJqCllQ59BxV5VODDyR5wRqFWlowy0ubg/8DWGufWVowRcxu9x pTCIVLTXAjtshVkQaDDZWNLIENwX5eoSdQN8o= 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=VqT3cgjdtpNXXFeRy3a40t6DocGh2lZn1uRj2uj3acI=; b=5JjF/qJ3ZA/xnSMyEifFOoKumWoMZ2iLS6Lrm4sQbo/Rzc8Vf/Naw97rQtyyhGezX5 ZaGhC4fCoKvbaJemdd+UhBWdgWB+Kl6TN9PI6dpSpYHI9pur92R6pmCJBd73ez8Lub4n h7M/KUdH++LFaSFzWHXwZNJpbSjBscKKnXp1G0JX6gi39g9o71200wgALkUDL7hFxuFc NcUB643cD9y2FaJN1ZJE0Zep6Mh3f04bNSC1hK5iytNrhi4xpW+EV+0MoWAQetPXeJ29 8jlzcSoua6lRhM+kD03p4rT4defa11MkUfM7f2FLej7ITXgvtOMlEpVYE6mno1h3Pi2L SYYg== X-Gm-Message-State: AOAM533G1qoEMNgnEAj8IYx0hCIIvnYj+hTIKGkDBlOzXZcKjzcIUqrY yTdmgSXb3jBrDJVm1jX5KGQ3Xg== X-Google-Smtp-Source: ABdhPJwJTixbq4SEtNI0JtVcsKmKZ4Xg+Gu09uigawZPMqVrJE5eCIPJwaHzoxsX1AiK4NgCh7al2A== X-Received: by 2002:ac8:7f8e:0:b0:304:f786:52f3 with SMTP id z14-20020ac87f8e000000b00304f78652f3mr414972qtj.473.1654551403903; Mon, 06 Jun 2022 14:36:43 -0700 (PDT) Received: from bill-the-cat (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id j14-20020a05620a288e00b006a6a1e4aec2sm8388031qkp.49.2022.06.06.14.36.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Jun 2022 14:36:43 -0700 (PDT) Date: Mon, 6 Jun 2022 17:36:41 -0400 From: Tom Rini To: Chris Packham Cc: u-boot@lists.denx.de, Dennis Gilmore , Jaehoon Chung , Marek Behun , Mario Six , Patrick Delaunay , Peng Fan , Simon Glass , Stefan Roese Subject: Re: [PATCH 2/3] Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to Kconfig Message-ID: <20220606213641.GG1958597@bill-the-cat> References: <20220528231318.359510-1-judge.packham@gmail.com> <20220528231318.359510-2-judge.packham@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yrEcvySKR+fOA8iz" Content-Disposition: inline In-Reply-To: <20220528231318.359510-2-judge.packham@gmail.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 --yrEcvySKR+fOA8iz Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 29, 2022 at 11:13:17AM +1200, Chris Packham wrote: > CONFIG_FIXED_SDHCI_ALIGNED_BUFFER is needed on some Marvell SoCs when > booting from MMC. All existing usages of this have the same value so > make this the default and have the Kconfig option depend on SPL && > MVEBU_SPL_BOOT_DEVICE_MMC. >=20 > Signed-off-by: Chris Packham > Reviewed-by: Marek Beh=FAn > Reviewed-by: Stefan Roese Applied to u-boot/next, thanks! --=20 Tom --yrEcvySKR+fOA8iz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmKec2gACgkQFHw5/5Y0 tyx7FAv/cU7KNTUVZ2xOGGtiWT6fUoL+3U0EBC76/XHGdz0LJQgHfqKTJ9ZyZtGR NBetjQobuLH88VZhXQVR6KJgt3U4ApquFfULbwurWeHIwHgYJ5dYgp9Sq6+O0K0/ Xt82ThNofs50EdQ6OXTOqHDZhrgSDFNm2eblklTPV5Y+rD5vtnxADpYg6BzDSyM5 rYgKpXQi1+hVxjHj8SE8i3Vg8S3CBsXlJwW5GDkUdojlNdmVf3yfKbuNiut7t7l4 rZZycifP4ohngLk+BO+L1Wcx7PF6iDRhJ0JpBSfW2ZRBOY612toNCKd7D8Aq8vDI +8TFlsrkNdZOTT/lR3nM++P36VUeBMODpJ3DdjF2osRhvFAK/+x2+y6FkoSZvqal EL6GgJcSke4UOj+k0HIZklEFLBZMAP78tN/vRpthsMGHAnj62ANMFnBQmC0WzuAK OoUwVDKVLEv+VXP5ThU9Dh2q28zGpKFPDWHWYPXbvouR9WpY2UkH/gOJxQvXoloI m8IwSLAY =Vty+ -----END PGP SIGNATURE----- --yrEcvySKR+fOA8iz--