Re: [U-Boot] [PATCH] avb: verify: return fail if there is no uuid in partition info

2019-09-02 Thread Igor Opaniuk
Hi Kever, On Mon, Sep 2, 2019 at 11:01 AM Kever Yang wrote: > > There is not always have uuid in disk_partition_t, we can only get from > partitions info when PARTITION_UUIDS is available. > > Signed-off-by: Kever Yang > --- > > common/avb_verify.c | 4 > 1 file changed, 4 insertions(+) >

[U-Boot] [PATCH] avb: verify: return fail if there is no uuid in partition info

2019-09-02 Thread Kever Yang
There is not always have uuid in disk_partition_t, we can only get from partitions info when PARTITION_UUIDS is available. Signed-off-by: Kever Yang --- common/avb_verify.c | 4 1 file changed, 4 insertions(+) diff --git a/common/avb_verify.c b/common/avb_verify.c index