embeddedsw: xilrsa: Fix for RCB approved CR# 783276

Change error message in tcl to say "library" is not supported.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
Harini Katakam 2014-04-25 10:14:08 +05:30 committed by Jagannadha Sutradharudu Teki
parent c0e132132f
commit e89c7b5f67

View file

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