xilskey: Changed supported peripheral name to ps7_cortexa9.
This patch modifies the supported peripheral name to ps7_cortexa9. Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This commit is contained in:
parent
c54a28c510
commit
b7134896b7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ OPTION psf_version = 2.1;
|
|||
BEGIN LIBRARY xilskey
|
||||
OPTION copyfiles = all;
|
||||
OPTION REQUIRES_OS = (standalone);
|
||||
OPTION SUPPORTED_PERIPHERALS = (cortexa9);
|
||||
OPTION SUPPORTED_PERIPHERALS = (ps7_cortexa9);
|
||||
OPTION APP_LINKER_FLAGS = "-Wl,--start-group,-lxilskey,-lxil,-lgcc,-lc,--end-group";
|
||||
OPTION desc = "Xilinx Secure Key Library ";
|
||||
OPTION VERSION = 2.1;
|
||||
|
|
Loading…
Add table
Reference in a new issue