From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 24 Apr 2012 11:12:44 +0200 Subject: [U-Boot] [PATCH V3]fs/fat: align disk buffers on cache line to enable DMA and cache In-Reply-To: <1334153333-3709-1-git-send-email-eric.nelson@boundarydevices.com> References: <1334153333-3709-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <20120424111244.006a222d@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 11 Apr 2012 07:08:53 -0700 Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > > V3 increases alignment of globals: > get_dentfromdir_block > do_fat_read_block > > fs/fat/fat.c | 22 ++++++++++++---------- > 1 files changed, 12 insertions(+), 10 deletions(-) Applied to u-boot-staging/agust at denx.de, thanks! Anatolij