]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
reactivate hang() in case of PMIC setup error
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 17 May 2013 13:43:49 +0000 (15:43 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 17 May 2013 13:43:49 +0000 (15:43 +0200)
board/karo/tx6q/tx6q.c

index 0fbf2237fac1e6286642abea4a9e305b602e81ab..852a9e7bfad6bcc1e7a80a93117712f10c5ac6f5 100644 (file)
@@ -305,7 +305,7 @@ int board_init(void)
        ret = setup_pmic_voltages();
        if (ret) {
                printf("Failed to setup PMIC voltages\n");
-//             hang();
+               hang();
        }
        return 0;
 }