Re: [PATCH v3 1/4] sunxi: board: extract creating a unique sid into a helper function

2020-01-20 Thread Jagan Teki
On Tue, Dec 3, 2019 at 2:15 PM Andre Heider wrote: > > Signed-off-by: Andre Heider > --- Please add commit message, it looks hard to get what this patch is doing?

[U-Boot] [PATCH v3 1/4] sunxi: board: extract creating a unique sid into a helper function

2019-12-03 Thread Andre Heider
Signed-off-by: Andre Heider --- board/sunxi/board.c | 105 1 file changed, 58 insertions(+), 47 deletions(-) diff --git a/board/sunxi/board.c b/board/sunxi/board.c index b9450a0e36..42bec3a4d8 100644 --- a/board/sunxi/board.c +++ b/board/sunxi/board.c