projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
508b9f5
)
km/common: remove unused code
author
Holger Brunck
<holger.brunck@keymile.com>
Fri, 30 Jun 2017 13:33:35 +0000
(15:33 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 6 Jul 2017 20:17:17 +0000
(16:17 -0400)
The 82xx board mgcoge3ne was removed from the codebase, so this is dead
code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Cc: Heiko Schocher <hs@denx.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
board/keymile/common/common.c
patch
|
blob
|
history
diff --git
a/board/keymile/common/common.c
b/board/keymile/common/common.c
index
0829b7f
..
408079c
100644
(file)
--- a/
board/keymile/common/common.c
+++ b/
board/keymile/common/common.c
@@
-355,9
+355,6
@@
static int do_checktestboot(cmd_tbl_t *cmdtp, int flag, int argc,
#if defined(CONFIG_POST)
testpin = post_hotkeys_pressed();
#endif
-#if defined(CONFIG_MGCOGE3NE)
- testpin = get_testpin();
-#endif
s = getenv("test_bank");
/* when test_bank is not set, act as if testpin is not asserted */
testboot = (testpin != 0) && (s);