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:
parent
0ae197d5e4
commit
79458f03a1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue