projects
/
karo-tx-uboot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
karo: tx6ul: disable PMIC init
[karo-tx-uboot.git]
/
board
/
karo
/
tx6
/
tx6ul.c
diff --git
a/board/karo/tx6/tx6ul.c
b/board/karo/tx6/tx6ul.c
index
045605d
..
a433c14
100644
(file)
--- a/
board/karo/tx6/tx6ul.c
+++ b/
board/karo/tx6/tx6ul.c
@@
-428,12
+428,13
@@
int board_init(void)
#endif
return 0;
}
-
+#if 0
ret = tx6_pmic_init(pmic_addr);
if (ret) {
printf("Failed to setup PMIC voltages: %d\n", ret);
-
//
hang();
+
hang();
}
+#endif
return 0;
}