Re: [U-Boot] [PATCH v2 34/41] common: Move command functions out of common.h

2019-11-11 Thread Tom Rini
On Fri, Nov 08, 2019 at 12:53:41PM -0700, Simon Glass wrote: > Move these functions into the command.h header file which is a better fit. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___

[U-Boot] [PATCH v2 34/41] common: Move command functions out of common.h

2019-11-08 Thread Simon Glass
Move these functions into the command.h header file which is a better fit. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-kirkwood/cpu.c| 1 + arch/sandbox/cpu/start.c| 1 + board/engicam/common/board.c| 1 +