From 79458f03a1904f53ca9fbe256c41a2e8fc561af9 Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Thu, 18 Dec 2014 14:08:29 +0530 Subject: [PATCH] xilffs_v3_0: Added new version for xilffs library. This patch add new version for xilffs library and deprecated the older version. Signed-off-by: P L Sai Krishna --- lib/sw_services/xilffs_v2_3/data/xilffs.mld | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sw_services/xilffs_v2_3/data/xilffs.mld b/lib/sw_services/xilffs_v2_3/data/xilffs.mld index 6d658a96..41f53818 100755 --- a/lib/sw_services/xilffs_v2_3/data/xilffs.mld +++ b/lib/sw_services/xilffs_v2_3/data/xilffs.mld @@ -48,6 +48,7 @@ BEGIN LIBRARY xilffs OPTION desc = "Generic Fat File System Library"; OPTION VERSION = 2.3; OPTION NAME = xilffs; + OPTION library_state = "deprecated"; PARAM name = fs_interface, desc = "Enables file system with selected interface. Enter 1 for SD.", type = int, default = 1; PARAM name = enable_mmc, desc = "Enables MMC support if true. If false, SD is enabled.", type = bool, default = false;