From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 30 Jul 2012 18:01:08 -0500 Subject: [U-Boot] [PATCH] env_nand: align NAND buffers In-Reply-To: <1343669918-2114-1-git-send-email-swarren@wwwdotorg.org> References: <1343669918-2114-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <50171234.9060406@freescale.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 07/30/2012 12:38 PM, Stephen Warren wrote: > From: Stephen Warren > > This allows cache flush/invalidate operations to succeed on the buffers. > > Signed-off-by: Stephen Warren > --- > common/env_nand.c | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) Acked-by: Scott Wood I'm assuming you want it to go with the Tegra patches and not via my tree. -Scott