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:
parent
c0e132132f
commit
e89c7b5f67
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue