diff --git a/lib/sw_services/xilisf/data/xilisf.mld b/lib/sw_services/xilisf/data/xilisf.mld index 0137e9e4..325d341e 100755 --- a/lib/sw_services/xilisf/data/xilisf.mld +++ b/lib/sw_services/xilisf/data/xilisf.mld @@ -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;