panda: fix 1GHz configuration
authorSebastien Jan <s-jan@ti.com>
Fri, 25 Mar 2011 07:27:26 +0000 (12:57 +0530)
committerAnand Gadiyar <gadiyar@ti.com>
Fri, 25 Mar 2011 07:27:26 +0000 (12:57 +0530)
commitb3f75afaf4bdcdfb32a45ade110fdd42c9437cd7
tree888e12f1d0edd8d27b7669e0f96ec12dc07a045c
parent1071c452713cf12fb9d26ba32bfbdd63a194b17f
panda: fix 1GHz configuration

With the introduction of the following patch:
97bb3ce xloader: Panda - fix ROM OTG boot path
prcm_init() is called earlier, but before scale_vcores().

This breaks when CONFIG_MPU_1000 is activated, so ensure that scale_vcores
is called before prcm_init().

Signed-off-by: Sebastien Jan <s-jan@ti.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
board/omap4430panda/omap4430panda.c