From e89c7b5f67a9df246e476c0b213300556b6a16fe Mon Sep 17 00:00:00 2001 From: Harini Katakam Date: Fri, 25 Apr 2014 10:14:08 +0530 Subject: [PATCH] embeddedsw: xilrsa: Fix for RCB approved CR# 783276 Change error message in tcl to say "library" is not supported. Signed-off-by: Harini Katakam Acked-by: Anirudha Sarangi --- lib/sw_services/xilrsa/data/xilrsa.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sw_services/xilrsa/data/xilrsa.tcl b/lib/sw_services/xilrsa/data/xilrsa.tcl index 108ffb32..3b2349ff 100755 --- a/lib/sw_services/xilrsa/data/xilrsa.tcl +++ b/lib/sw_services/xilrsa/data/xilrsa.tcl @@ -59,7 +59,7 @@ proc rsa_drc {libhandle} { set proc_type [get_property IP_NAME [get_cells $hw_processor]]; if { $proc_type != "ps7_cortexa9" } { - error "ERROR: This application is supported only for CortexA9 processors."; + error "ERROR: This library is supported only for CortexA9 processors."; return; } }