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:
P L Sai Krishna 2015-06-23 19:31:28 +05:30 committed by Nava kishore Manne
parent 71589358e1
commit c54a28c510

View file

@ -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;