[PATCH 1/6] mips: cpu: Use plain puts() in restart handler

2023-06-26 Thread Marek Vasut
This removes dependency on fprintf() , which is not available in SPL unless full printf support is enabled. Signed-off-by: Marek Vasut --- Cc: Daniel Schwierzeck Cc: Marek Vasut --- arch/mips/cpu/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/cpu/cpu.c b/ar

Re: [PATCH 1/6] mips: cpu: Use plain puts() in restart handler

2023-06-24 Thread Tom Rini
On Fri, Jun 23, 2023 at 08:49:21PM +0200, Marek Vasut wrote: > This removes dependency on fprintf() , which is not available > in SPL unless full printf support is enabled. > > Signed-off-by: Marek Vasut Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature