projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36acfe
)
Drop support for CONFIG_AUTOBOOT_STOP_CHAR
author
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 6 Apr 2017 10:32:50 +0000
(12:32 +0200)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 6 Apr 2017 10:32:50 +0000
(12:32 +0200)
u-boot/common/main.c
patch
|
blob
|
history
diff --git
a/u-boot/common/main.c
b/u-boot/common/main.c
index 9ca775de5196751d76c087c0a9645cd92f397b27..a8d708c3cf139479139c6e150c1f7d7887a33cb9 100644
(file)
--- a/
u-boot/common/main.c
+++ b/
u-boot/common/main.c
@@
-76,11
+76,7
@@
static __inline__ int abortboot(int bootdelay)
/* we got a key press */
if (tstc()) {
stopc = getc();
-#if defined(CONFIG_AUTOBOOT_STOP_CHAR)
- if (stopc == CONFIG_AUTOBOOT_STOP_CHAR) {
-#else
if (stopc != 0) {
-#endif
abort = 1;
bootdelay = 0;
break;