mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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>
This commit is contained in:
parent
e76e85c9f4
commit
f18f823c13
1 changed files with 0 additions and 1 deletions
|
@ -912,7 +912,6 @@ struct cpsw_platform_data am335_eth_data = {
|
|||
.slaves = 2,
|
||||
.slave_data = slave_data,
|
||||
.ale_entries = 1024,
|
||||
.bd_ram_ofs = 0x2000,
|
||||
.mac_control = 0x20,
|
||||
.active_slave = 0,
|
||||
.mdio_base = 0x4a101000,
|
||||
|
|
Loading…
Reference in a new issue