From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Wed, 23 Mar 2016 10:45:00 -0700 Subject: [U-Boot] [RFC V2 PATCH 2/3] block: add Kconfig options for [CMD_]BLOCK_CACHE In-Reply-To: <56F2D152.8010905@wwwdotorg.org> References: <1458524727-4643-1-git-send-email-eric@nelint.com> <1458524727-4643-3-git-send-email-eric@nelint.com> <56F2D152.8010905@wwwdotorg.org> Message-ID: <56F2D61C.5050304@nelint.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/23/2016 10:24 AM, Stephen Warren wrote: > On 03/20/2016 07:45 PM, Eric Nelson wrote: >> Allow the selection of CONFIG_BLOCK_CACHE, CONFIG_CMD_BLOCK_CACHE >> using menuconfig. > > I think this should be part of patch 1. Works for me, especially as it adds some documentation in the form of help text.