board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs member
authorTom Rini <trini@konsulko.com>
Thu, 4 Jun 2020 20:01:29 +0000 (16:01 -0400)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 16 Jun 2020 11:30:02 +0000 (17:00 +0530)
commitf18f823c130cbfeb3124c1d62baad857fc0e8d77
treed28284ef3464c1c9d71364683a58fbc447984297
parente76e85c9f4728e4765c90cef4422d7c9172161c7
board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs member

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 <trini@konsulko.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
board/ti/am335x/board.c