commit | 068ea0a8a8f8776142946ac684ec77bbf0704fa6 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Dec 22 16:26:13 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Tue Jan 13 11:53:39 2015 -0500 |
tree | 19466f4736d093b6fed51e17f53e6a1cfa3848ef | |
parent | c87b6a96aca6748d519fd047da10fb7ed47017ad [diff] |
board: ti: am43xx: replace if else if else with a switch A switch statement fits better in this case, specially considering we have a few extra frequencies to use. Signed-off-by: Felipe Balbi <balbi@ti.com>