Re: [PATCH v2] env: ti: ti_common.env: Fix get_overlaystring for FIT Image

2023-09-22 Thread Manorit Chawdhry
Hi Andrew, On 12:03-20230921, Andrew Davis wrote: > On 9/21/23 5:49 AM, Manorit Chawdhry wrote: > > After the refactor with conf- nodes in fitImage, overlaystring wasn't > > didn't handle the new conf- nodes in FIT Booting. Fix get_overlaystring > > to handle conf- nodes. > > > > Fixes: 837833a72

Re: [PATCH v2] env: ti: ti_common.env: Fix get_overlaystring for FIT Image

2023-09-21 Thread Andrew Davis
On 9/21/23 5:49 AM, Manorit Chawdhry wrote: After the refactor with conf- nodes in fitImage, overlaystring wasn't didn't handle the new conf- nodes in FIT Booting. Fix get_overlaystring to handle conf- nodes. Fixes: 837833a724b7 ("environment: ti: Add get_fit_config command to get FIT config st

[PATCH v2] env: ti: ti_common.env: Fix get_overlaystring for FIT Image

2023-09-21 Thread Manorit Chawdhry
After the refactor with conf- nodes in fitImage, overlaystring wasn't didn't handle the new conf- nodes in FIT Booting. Fix get_overlaystring to handle conf- nodes. Fixes: 837833a724b7 ("environment: ti: Add get_fit_config command to get FIT config string") Reported-by: Aniket Limaye Signed-off-