From a096e1fe4dd78c0de492c67e15e4aabb96a1d4db Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Fri, 4 Sep 2015 13:19:30 +0530 Subject: [PATCH] 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 Acked-by: Anirudha Sarangi --- lib/sw_services/xilisf/data/xilisf.mld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;