projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a003f
)
karo: tx53: don't return non-zero return value in board_init() upon CTRL-C detection
author
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 18 Feb 2016 17:16:23 +0000
(18:16 +0100)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 18 Feb 2016 17:16:23 +0000
(18:16 +0100)
board/karo/tx53/tx53.c
patch
|
blob
|
history
diff --git
a/board/karo/tx53/tx53.c
b/board/karo/tx53/tx53.c
index
082d2bd
..
ffc6101
100644
(file)
--- a/
board/karo/tx53/tx53.c
+++ b/
board/karo/tx53/tx53.c
@@
-496,7
+496,7
@@
int board_init(void)
printf("WDOG RESET detected; Skipping PMIC setup\n");
else
printf("<CTRL-C> detected; safeboot enabled\n");
- return
1
;
+ return
0
;
}
ret = setup_pmic_voltages();