mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-04 16:34:14 +01:00
Merge "sysupgrade : corrected typo in rootfs auth message log"
This commit is contained in:
commit
ca9ece4989
1 changed files with 1 additions and 1 deletions
|
|
@ -1801,7 +1801,7 @@ int do_board_upgrade_check(char *img)
|
|||
if (is_tz_authentication_enabled()) {
|
||||
/* If image is having signed rootfs image, then extract kernel and rootfs binary for parsing metadata. */
|
||||
if (is_rootfs_auth_enabled()) {
|
||||
printf("roofs image authentication is enabled ...\n");
|
||||
printf("rootfs image authentication is enabled ...\n");
|
||||
extract_rootfs_binary(check_image_exist("rootfs-"));
|
||||
extract_ubi_volume("ubi_rootfs", check_image_exist("ubi-"), TEMP_ROOTFS_PATH);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue