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 <lakshmis@xilinx.com>
This commit is contained in:
P L Sai Krishna 2014-12-18 14:08:29 +05:30 committed by Suneel Garapati
parent 0ae197d5e4
commit 79458f03a1

View file

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