mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
Merge branch 'master' of /home/wd/git/u-boot/work
This commit is contained in:
commit
6887cb6817
@ -97,8 +97,9 @@ int dspic_post_test(int flags)
|
|||||||
if (data == -1) {
|
if (data == -1) {
|
||||||
post_log("dsPIC : failed read system error\n");
|
post_log("dsPIC : failed read system error\n");
|
||||||
ret = 1;
|
ret = 1;
|
||||||
} else {
|
} else if (data != 0) {
|
||||||
post_log("dsPIC SYS-ERROR code: 0x%04X\n", data);
|
post_log("dsPIC SYS-ERROR code: 0x%04X\n", data);
|
||||||
|
ret = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user