Re: [PATCH v2 30/35] common: Move hang() to the same header as panic()

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:45:07AM -0700, Simon Glass wrote: > At present panic() is in the vsprintf.h header file. That does not seem > like an obvious choice for hang(), even though it relates to panic(). So > let's put hang() in its own header. > > Signed-off-by: Simon Glass Applied to

[PATCH v2 30/35] common: Move hang() to the same header as panic()

2019-12-28 Thread Simon Glass
At present panic() is in the vsprintf.h header file. That does not seem like an obvious choice for hang(), even though it relates to panic(). So let's put hang() in its own header. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/cpu/arm926ejs/mxs/mxs.c | 1 +