xilisf: Removed v5.4

This patch modifies the mld file to chnage the version
from 5.4 to 5.3

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
P L Sai Krishna 2015-09-04 13:19:30 +05:30 committed by Nava kishore Manne
parent f60694c29d
commit a096e1fe4d

View file

@ -51,7 +51,7 @@ BEGIN LIBRARY xilisf
OPTION REQUIRES_OS = (standalone xilkernel);
OPTION APP_LINKER_FLAGS = "-Wl,--start-group,-lxilisf,-lxil,-lgcc,-lc,--end-group";
OPTION desc = "Xilinx In-system and Serial Flash Library";
OPTION VERSION = 5.4;
OPTION VERSION = 5.3;
OPTION NAME = xilisf;
PARAM name = serial_flash_family, desc = "Indicates the Serial Flash family type. Enter 1 for ATMEL. 2 for INTEL. 3 for STM (M25PXX). 4 for Winbond. 5 for Spansion / Micron. 6 for SST Flash", type = int, default = 1;
PARAM name = serial_flash_interface, desc = "Indicates the Serial Flash Interface. Enter 1 for AXI SPI. 2 for PS SPI. 3 for PS QSPI.", type = int, default = 1;