xilrsa: Changed Support peripheral name to ps7_cortexa9.
This patch changes the supported peripheral name to ps7_cortexa9. Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This commit is contained in:
parent
71589358e1
commit
c54a28c510
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ BEGIN LIBRARY xilrsa
|
|||
OPTION drc = rsa_drc;
|
||||
OPTION copyfiles = all;
|
||||
OPTION REQUIRES_OS = (standalone);
|
||||
OPTION SUPPORTED_PERIPHERALS = (cortexa9);
|
||||
OPTION SUPPORTED_PERIPHERALS = (ps7_cortexa9);
|
||||
OPTION APP_LINKER_FLAGS = "-Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group";
|
||||
OPTION desc = "Xilinx RSA Library ";
|
||||
OPTION VERSION = 1.1;
|
||||
|
|
Loading…
Add table
Reference in a new issue