]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board: ti: am43xx: replace if else if else with a switch
authorFelipe Balbi <balbi@ti.com>
Mon, 22 Dec 2014 22:26:13 +0000 (16:26 -0600)
committerTom Rini <trini@ti.com>
Tue, 13 Jan 2015 16:53:39 +0000 (11:53 -0500)
commit068ea0a8a8f8776142946ac684ec77bbf0704fa6
tree19466f4736d093b6fed51e17f53e6a1cfa3848ef
parentc87b6a96aca6748d519fd047da10fb7ed47017ad
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>
board/ti/am43xx/board.c