diff options
| author | Holger Brunck <[email protected]> | 2017-06-30 15:33:35 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-07-06 16:17:17 -0400 |
| commit | 945e3b5157c58ab76cd81b8196c76ced83c5f477 (patch) | |
| tree | f7bcad5d8d6ed8abe15a1ab174e6b27dcfdbacf3 | |
| parent | 508b9f58e3afa8fd19eb7549bb9777d570c0365f (diff) | |
km/common: remove unused code
The 82xx board mgcoge3ne was removed from the codebase, so this is dead
code.
Signed-off-by: Holger Brunck <[email protected]>
Cc: Heiko Schocher <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
| -rw-r--r-- | board/keymile/common/common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 0829b7fa066..408079c9a14 100644 --- 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); |
