Re: [PATCH] board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs member

2020-06-05 Thread Grygorii Strashko
On 04/06/2020 23:01, Tom Rini wrote: With clang we get a report that we are setting this member twice. Fortunately it is to the same value, so drop the hard-coded value line. Signed-off-by: Tom Rini --- board/ti/am335x/board.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/ti/am

[PATCH] board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs member

2020-06-04 Thread Tom Rini
With clang we get a report that we are setting this member twice. Fortunately it is to the same value, so drop the hard-coded value line. Signed-off-by: Tom Rini --- board/ti/am335x/board.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c index