From c54a28c510b3db3aad39b14c3a31b399735a92e1 Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Tue, 23 Jun 2015 19:31:28 +0530 Subject: [PATCH] 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 --- lib/sw_services/xilrsa/data/xilrsa.mld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sw_services/xilrsa/data/xilrsa.mld b/lib/sw_services/xilrsa/data/xilrsa.mld index 9d4d9907..b119f65e 100755 --- a/lib/sw_services/xilrsa/data/xilrsa.mld +++ b/lib/sw_services/xilrsa/data/xilrsa.mld @@ -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;