[PATCH 5/6] configs: meson64_android: use logo part label instead of index

2021-07-29 Thread Mattijs Korpershoek
To display the bootup logo, we read the gpt and assume that the partition with index "2" will be the "logo" partition. This might not always be the case, and it's very error-prone. Load the logo partition by label instead of by index. Signed-off-by: Guillaume La Roque Signed-off-by: Mattijs Kor

Re: [PATCH 5/6] configs: meson64_android: use logo part label instead of index

2021-07-29 Thread Neil Armstrong
On 29/07/2021 09:21, Mattijs Korpershoek wrote: > To display the bootup logo, we read the gpt and assume that the > partition with index "2" will be the "logo" partition. > > This might not always be the case, and it's very error-prone. > > Load the logo partition by label instead of by index. >