From 6aff7e370b3ca4e6f5420dfe5eadc6465071509f Mon Sep 17 00:00:00 2001 From: Shakti Bhatnagar Date: Wed, 24 Dec 2014 19:44:24 +0530 Subject: [PATCH] xilisf: Added Micron to serial flash family option. Added Micron flash option to the serial flash family options. Signed-off-by: Shakti Bhatnagar --- lib/sw_services/xilisf/data/xilisf.mld | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/sw_services/xilisf/data/xilisf.mld b/lib/sw_services/xilisf/data/xilisf.mld index ac2e2c52..2348701a 100755 --- a/lib/sw_services/xilisf/data/xilisf.mld +++ b/lib/sw_services/xilisf/data/xilisf.mld @@ -39,6 +39,7 @@ # Added support to SST flash. # 3.00a srt 02/06/13 Changed the serial flash family options to include # Spansion flash (CR 696379). +# 5.1 sb 12/23/14 Added Micron to the serial flash family options. # ############################################################################## @@ -51,6 +52,6 @@ BEGIN LIBRARY xilisf OPTION APP_LINKER_FLAGS = "-Wl,--start-group,-lxilisf,-lxil,-lgcc,-lc,--end-group"; OPTION desc = "Xilinx In-system and Serial Flash Library"; 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. 6 for SST Flash", type = int, default = 1; + 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; END LIBRARY