From 0707af60f409f75f625bd625cde5d27736c3f8d3 Mon Sep 17 00:00:00 2001 From: Kedareswara rao Appana Date: Tue, 20 Oct 2015 11:45:53 +0530 Subject: [PATCH] can: Create a new version of can driver Created a new vesrion of can can_v3_1 Signed-off-by: Kedareswara rao Appana Acked-by: Naga Sureshkumar Relli --- XilinxProcessorIPLib/drivers/can/data/can.mdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XilinxProcessorIPLib/drivers/can/data/can.mdd b/XilinxProcessorIPLib/drivers/can/data/can.mdd index e8f2764a..d1c2a671 100755 --- a/XilinxProcessorIPLib/drivers/can/data/can.mdd +++ b/XilinxProcessorIPLib/drivers/can/data/can.mdd @@ -51,7 +51,7 @@ BEGIN driver can OPTION supported_peripherals = (axi_can can); OPTION driver_state = ACTIVE; OPTION copyfiles = all; - OPTION VERSION = 3.0; + OPTION VERSION = 3.1; OPTION NAME = can; END driver