Re: [U-Boot] [PATCH v4 10/42] common: Move bootcount functions to their header file

2019-11-19 Thread Tom Rini
On Thu, Nov 14, 2019 at 12:57:18PM -0700, Simon Glass wrote: > These don't need to be in common.h so move them out. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___

[U-Boot] [PATCH v4 10/42] common: Move bootcount functions to their header file

2019-11-14 Thread Simon Glass
These don't need to be in common.h so move them out. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v4: None Changes in v3: None Changes in v2: None board/BuR/brppt1/board.c | 1 + include/bootcount.h | 10 ++ include/common.h | 4 3 files