xilisf: Added Micron to serial flash family option.
Added Micron flash option to the serial flash family options. Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
This commit is contained in:
parent
3299c2321f
commit
6aff7e370b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue