From: Raghu Nambiath Date: Tue, 15 Feb 2011 22:23:59 +0000 (-0500) Subject: Updated EDMA3 Driver version to 02.11.01.02 X-Git-Tag: DEV_EDMA3_LLD_02_11_01_02 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fedma3_lld.git;a=commitdiff_plain;h=a75b3e9eba664fdc7752f2dda5b528e99ce3b758;ds=sidebyside Updated EDMA3 Driver version to 02.11.01.02 Signed-off-by: Sundaram Raju --- diff --git a/packages/ti/sdo/edma3/drv/edma3_drv.h b/packages/ti/sdo/edma3/drv/edma3_drv.h index 039f4a3..ce600b1 100755 --- a/packages/ti/sdo/edma3/drv/edma3_drv.h +++ b/packages/ti/sdo/edma3/drv/edma3_drv.h @@ -102,13 +102,13 @@ extern "C" { * format: * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) */ -#define EDMA3_LLD_DRV_VERSION_ID (0x020B0002) +#define EDMA3_LLD_DRV_VERSION_ID (0x020B0102) /** * @brief This is the version string which describes the EDMA3 LLD along with the * date and build information. */ -#define EDMA3_LLD_DRV_VERSION_STR "EDMA3 LLD Revision: 02.11.00.02" +#define EDMA3_LLD_DRV_VERSION_STR "EDMA3 LLD Revision: 02.11.01.02" /** @brief EDMA3 Driver Error Codes Base define */