mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
arm: mvebu: remove self assignment
Assigning dev_num to itself is superfluous. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
36d35345b1
commit
a21d6363cc
@ -697,8 +697,6 @@ int ddr3_tip_print_centralization_result(u32 dev_num)
|
||||
u32 if_id = 0, bus_id = 0;
|
||||
struct hws_topology_map *tm = ddr3_get_topology_map();
|
||||
|
||||
dev_num = dev_num;
|
||||
|
||||
printf("Centralization Results\n");
|
||||
printf("I/F0 Result[0 - success 1-fail 2 - state_2 3 - state_3] ...\n");
|
||||
for (if_id = 0; if_id <= MAX_INTERFACE_NUM - 1; if_id++) {
|
||||
|
Loading…
Reference in New Issue
Block a user