spl: rkfw: fix printing error message

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I4cfd0de01b826aaa21c7269e1b814e234670561a
This commit is contained in:
Jason Zhu 2020-11-20 15:57:44 +08:00
parent 2d25c32e07
commit cd081a9734
1 changed files with 1 additions and 1 deletions

View File

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