From b7134896b7da5fbbbd331c4eda5d5c97f0a2106a Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Tue, 23 Jun 2015 19:44:40 +0530 Subject: [PATCH] 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 --- lib/sw_services/xilskey/data/xilskey.mld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sw_services/xilskey/data/xilskey.mld b/lib/sw_services/xilskey/data/xilskey.mld index 35abf3ab..fd207bc1 100755 --- a/lib/sw_services/xilskey/data/xilskey.mld +++ b/lib/sw_services/xilskey/data/xilskey.mld @@ -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;