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;