Re: [PATCH v3 22/22] bootm: Create a new boot_run() function to handle booting

2023-12-16 Thread Tom Rini
On Sat, Dec 16, 2023 at 11:45:36AM -0700, Simon Glass wrote: > Hi Tom, > > On Sat, 16 Dec 2023 at 10:12, Tom Rini wrote: > > > > On Fri, Dec 15, 2023 at 08:14:26PM -0700, Simon Glass wrote: > > > Create a common function used by the three existing bootz/i/m_run() > > > functions, to reduce duplic

Re: [PATCH v3 22/22] bootm: Create a new boot_run() function to handle booting

2023-12-16 Thread Simon Glass
Hi Tom, On Sat, 16 Dec 2023 at 10:12, Tom Rini wrote: > > On Fri, Dec 15, 2023 at 08:14:26PM -0700, Simon Glass wrote: > > Create a common function used by the three existing bootz/i/m_run() > > functions, to reduce duplicated code. > > > > Signed-off-by: Simon Glass > > Suggested-by: Tom Rini

Re: [PATCH v3 22/22] bootm: Create a new boot_run() function to handle booting

2023-12-16 Thread Tom Rini
On Fri, Dec 15, 2023 at 08:14:26PM -0700, Simon Glass wrote: > Create a common function used by the three existing bootz/i/m_run() > functions, to reduce duplicated code. > > Signed-off-by: Simon Glass > Suggested-by: Tom Rini > --- > > Changes in v3: > - Add new boot_run() function > > boot/

[PATCH v3 22/22] bootm: Create a new boot_run() function to handle booting

2023-12-15 Thread Simon Glass
Create a common function used by the three existing bootz/i/m_run() functions, to reduce duplicated code. Signed-off-by: Simon Glass Suggested-by: Tom Rini --- Changes in v3: - Add new boot_run() function boot/bootm.c| 40 ++-- include/bootm.h | 18