xilffs: Updated the modification history.

This patch updates the modification history in diskio.c file
and modified the copyright to 2015.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This commit is contained in:
P L Sai Krishna 2015-02-13 17:31:37 +05:30 committed by Nava kishore Manne
parent 96d175dbb1
commit 7a4e3091ae
2 changed files with 6 additions and 3 deletions

View file

@ -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.
*
* </pre>
*

View file

@ -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