Re: [PATCH v2 04/12] bootm: Rename fixup_silent_linux()

2020-12-07 Thread Tom Rini
On Thu, Nov 05, 2020 at 10:33:40AM -0700, Simon Glass wrote: > We want to add more processing to this function. Before doing so, rename > it to bootm_process_cmdline_env(), which is more generic. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc

[PATCH v2 04/12] bootm: Rename fixup_silent_linux()

2020-11-05 Thread Simon Glass
We want to add more processing to this function. Before doing so, rename it to bootm_process_cmdline_env(), which is more generic. Signed-off-by: Simon Glass --- (no changes since v1) common/bootm.c | 4 ++-- include/bootm.h | 4 ++-- test/bootm.c| 10 +- 3 files changed, 9