MA-16191 eliminate warning info about "is-logical" when flash images
authorfaqiang.zhu <faqiang.zhu@nxp.com>
Thu, 26 Dec 2019 05:35:28 +0000 (13:35 +0800)
committerJi Luo <ji.luo@nxp.com>
Thu, 13 May 2021 01:49:18 +0000 (09:49 +0800)
commit1692c3ecc6af3d743c936db40ecd90a9161b119f
treeeec1bb5af264010e17b50a530756d0849f299e59
parentab2a2323a22e7692126f21cd873b7bcf3c4cc520
MA-16191 eliminate warning info about "is-logical" when flash images

"is-logical" is used to check whether the partition to be flashed is
dynamic partition, if it is, a partition resize command will be issued
by host fastboot. this can be well processed in fastbootd.

process this "is-logical" in uboot, now there is no logical partition,
for every partition found in u-boot, returns "no".

Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
Change-Id: I4d93a0c7b32fed9fe5a5ac846bc4e97bfbe69e67
(cherry picked from commit 7b27a2290aec78b49ce7c2aed497db858f436eb4)
(cherry picked from commit cfc8e3034c5ce4f6f777bc7faff3dbb880de43fe)
drivers/fastboot/fb_fsl/fb_fsl_getvar.c