summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'disk/part_efi.c')
-rw-r--r--disk/part_efi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/disk/part_efi.c b/disk/part_efi.c
index 12f28aec92c..7f04c6ecd69 100644
--- a/disk/part_efi.c
+++ b/disk/part_efi.c
@@ -318,7 +318,6 @@ static int part_test_efi(struct blk_desc *desc)
/* Read legacy MBR from block 0 and validate it */
if ((blk_dread(desc, 0, 1, (ulong *)legacymbr) != 1)
|| (is_pmbr_valid(legacymbr) != 1)) {
-
/*
* TegraPT is compatible with EFI part, but it
* cannot pass the Protective MBR check. Skip it
@@ -330,7 +329,6 @@ static int part_test_efi(struct blk_desc *desc)
desc->uclass_id == UCLASS_MMC &&
!desc->devnum)
return 0;
-
return -1;
}
return 0;