Re: [PATCH 1/1] spl: Improve error message for SPL memory allocation

2024-03-21 Thread Tom Rini
On Wed, 13 Mar 2024 14:53:15 +0800, Leo Yu-Chi Liang wrote: > There could be two memory allocation scheme in SPL phase. > Explicitly print the corresponding error message. > > Applied to u-boot/next, thanks! -- Tom

[PATCH 1/1] spl: Improve error message for SPL memory allocation

2024-03-13 Thread Leo Yu-Chi Liang
There could be two memory allocation scheme in SPL phase. Explicitly print the corresponding error message. Signed-off-by: Leo Yu-Chi Liang --- common/spl/spl_fit.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c index