commit | dc467f9dfcd4c9a89345a410f01220dc8fcdc770 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jun 04 16:01:29 2020 -0400 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jun 16 17:00:02 2020 +0530 |
tree | d28284ef3464c1c9d71364683a58fbc447984297 | |
parent | d1449cb7ef2f8d21e5bcd4b1f7d961faae52155a [diff] |
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>