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:
414bd7c
)
karo: tx28: don't return non-zero return value in board_init() upon CTRL-C detection
author
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 11 Feb 2016 12:02:04 +0000
(13:02 +0100)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 11 Feb 2016 12:02:04 +0000
(13:02 +0100)
board/karo/tx28/tx28.c
patch
|
blob
|
history
diff --git
a/board/karo/tx28/tx28.c
b/board/karo/tx28/tx28.c
index
f9cb02d
..
ed9846a
100644
(file)
--- a/
board/karo/tx28/tx28.c
+++ b/
board/karo/tx28/tx28.c
@@
-167,10
+167,8
@@
rtc_err:
int board_init(void)
{
- if (ctrlc())
{
+ if (ctrlc())
printf("CTRL-C detected; safeboot enabled\n");
- return 1;
- }
/* Address of boot parameters */
#ifdef CONFIG_OF_LIBFDT