]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: mvebu: correct comments around cas_wl/cas_l
authorChris Packham <judge.packham@gmail.com>
Tue, 28 Nov 2017 21:38:34 +0000 (10:38 +1300)
committerStefan Roese <sr@denx.de>
Thu, 30 Nov 2017 07:30:59 +0000 (08:30 +0100)
commit01c541e0e698196ab29761fd29fd06f36185e03e
tree0948e574038848c5f0965cee9d4f7b9f2cf654d9
parentf86474e28185a1f31a2c993fa0f34b1a94c8c6e0
arm: mvebu: correct comments around cas_wl/cas_l

The order of members in struct hws_topology_map is cas_wl, cas_l. The
comments in the original db-88f6820-gp.c had this wrong and have been
copied to other Armada-385 based boards. Practically this hasn't made a
difference since all these boards set both cas_wl and cas_l to 0
(autodetect) but if there were ever a board that did need to set these
explicitly they would run into unexpected issued.

Update the comments to reflect the correct order of structure members.

Reported-by: Tobi Wulff <tobi.wulff@alliedtelesis.co.nz>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
board/CZ.NIC/turris_omnia/turris_omnia.c
board/Marvell/db-88f6820-amc/db-88f6820-amc.c
board/Marvell/db-88f6820-gp/db-88f6820-gp.c
board/gdsys/a38x/controlcenterdc.c
board/solidrun/clearfog/clearfog.c