xilflash_v4_1: Added Pass/Fail string to readwrite_example.
This patch adds Pass/Fail string to xilflash_readwrite_example. Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
This commit is contained in:
parent
a2f0af55aa
commit
0a7fcbc746
1 changed files with 2 additions and 0 deletions
|
@ -139,8 +139,10 @@ int main(void)
|
|||
|
||||
Status = FlashReadWriteExample();
|
||||
if(Status != XST_SUCCESS) {
|
||||
xil_printf("Flash Read/Write Test Fail\n\r");
|
||||
return XST_FAILURE;
|
||||
}
|
||||
xil_printf("Flash Read/Write Test Pass\n\r");
|
||||
|
||||
return XST_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue