]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/omap5_evm/evm.c
Unified codebase for TX28, TX48, TX51, TX53
[karo-tx-uboot.git] / board / ti / omap5_evm / evm.c
index 88dac80225e4c62fb4f9a8d4d9e73f319e005085..c8dfdf814299f83ecb78a8f93ef9629e9c264ad7 100644 (file)
@@ -23,7 +23,7 @@
  * MA 02111-1307 USA
  */
 #include <common.h>
-#include <twl6030.h>
+#include <twl6035.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/arch/mmc_host_def.h>
 
@@ -63,8 +63,8 @@ int board_eth_init(bd_t *bis)
  */
 int misc_init_r(void)
 {
-#ifdef CONFIG_TWL6030_POWER
-       twl6030_init_battery_charging();
+#ifdef CONFIG_TWL6035_POWER
+       twl6035_init_settings();
 #endif
        return 0;
 }