spl: rkfw: fix printing error message
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I4cfd0de01b826aaa21c7269e1b814e234670561a
This commit is contained in:
parent
2d25c32e07
commit
cd081a9734
|
|
@ -244,7 +244,7 @@ static int rkfw_load_trust(struct spl_load_info *info, u32 image_sector,
|
|||
}
|
||||
|
||||
if (i == try_count) {
|
||||
printf("Can not find usable uboot\n");
|
||||
printf("Can not find usable trust\n");
|
||||
return -ENONET;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue