diff --git a/lib/sw_services/xilffs/src/diskio.c b/lib/sw_services/xilffs/src/diskio.c index f487043d..a974c4a1 100755 --- a/lib/sw_services/xilffs/src/diskio.c +++ b/lib/sw_services/xilffs/src/diskio.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2013 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2013 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -65,11 +65,14 @@ * condition for high speed support. * Include xil_types.h irrespective of xsdps.h. CR# 797086. * 2.2 hk 07/28/14 Make changes to enable use of data cache. -* 2.3 sk 12/04/14 Added support for micro SD without +* 3.0 sk 12/04/14 Added support for micro SD without * WP/CD. CR# 810655. * Make changes for prototypes of disk_read and * disk_write according to latest version. * 12/15/14 Modified the code according to MISRAC 2012 Compliant. +* Updated the FatFs to R0.10b +* Removed alignment for local buffers as CacheInvalidate +* will take care of it. * * * diff --git a/lib/sw_services/xilffs/src/include/diskio.h b/lib/sw_services/xilffs/src/include/diskio.h index 22ce24a0..e8cb253f 100755 --- a/lib/sw_services/xilffs/src/include/diskio.h +++ b/lib/sw_services/xilffs/src/include/diskio.h @@ -1,5 +1,5 @@ /*-----------------------------------------------------------------------/ -/ Low level disk interface modlue include file (C)ChaN, 2013 / +/ Low level disk interface modlue include file (C)ChaN, 2014 / /-----------------------------------------------------------------------*/ #ifndef DISKIO_DEFINED