projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e76e85c
)
board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs member
author
Tom Rini
<trini@konsulko.com>
Thu, 4 Jun 2020 20:01:29 +0000
(16:01 -0400)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Tue, 16 Jun 2020 11:30:02 +0000
(17:00 +0530)
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
patch
|
blob
|
history
diff --git
a/board/ti/am335x/board.c
b/board/ti/am335x/board.c
index 4199bee2e64a539af7e5e9943f501614d6d8822e..123ccaac44e5991d22a3435daf948cf03726124d 100644
(file)
--- a/
board/ti/am335x/board.c
+++ b/
board/ti/am335x/board.c
@@
-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,