Re: [PATCH v3 10/22] bootm: Add more fields to bootm_info

2023-12-16 Thread Tom Rini
On Fri, Dec 15, 2023 at 08:14:14PM -0700, Simon Glass wrote: > Add fields for the three bootm parameters and other things needed for > booting. Also add a helper to set up the struct correctly. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signa

[PATCH v3 10/22] bootm: Add more fields to bootm_info

2023-12-15 Thread Simon Glass
Add fields for the three bootm parameters and other things needed for booting. Also add a helper to set up the struct correctly. Signed-off-by: Simon Glass --- Changes in v3: - Rename addr_fit to addr_img in struct bootm_info Changes in v2: - Split out adding the rest of struct bootm_info field