Merge "aboot: mdtp: target name change"
diff --git a/app/aboot/mdtp.c b/app/aboot/mdtp.c
index 1db57cc..3db1d21 100644
--- a/app/aboot/mdtp.c
+++ b/app/aboot/mdtp.c
@@ -509,7 +509,7 @@
 		/* 4) Verify the image using its signature. */
 		ret = boot_verify_image((unsigned char *)ext_partition->image_addr,
 								ext_partition->image_size,
-								ext_partition->partition == MDTP_PARTITION_BOOT ? "boot" : "recovery");
+								ext_partition->partition == MDTP_PARTITION_BOOT ? "/boot" : "/recovery");
 		break;
 
 	default: