From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Fri, 30 Nov 2018 10:04:59 -0200 Subject: [U-Boot] [PATCH 3/6] mmc: mxsmmc: select BOUNCE_BUFFER unconditionally In-Reply-To: <1543577981-60113-4-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1543577981-60113-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1543577981-60113-4-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Nov 30, 2018 at 9:43 AM Philipp Tomsich wrote: > > The driver for the mxsmmc depends on the bounce buffer utility > functions. Unconditionally select BOUNCE_BUFFER, when this driver > is enabled. > > Includes the migration (moveconfig with manual postprocessing of > config-headers to drop unused comments) for the boards using mxsmmc. > > Signed-off-by: Philipp Tomsich Reviewed-by: Fabio Estevam