From: Holger Brunck Date: Fri, 30 Jun 2017 13:33:35 +0000 (+0200) Subject: km/common: remove unused code X-Git-Tag: v2017.07~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=945e3b5157c58ab76cd81b8196c76ced83c5f477;p=u-boot km/common: remove unused code The 82xx board mgcoge3ne was removed from the codebase, so this is dead code. Signed-off-by: Holger Brunck Cc: Heiko Schocher Reviewed-by: Heiko Schocher --- diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 0829b7fa06..408079c9a1 100644 --- a/board/keymile/common/common.c +++ b/board/keymile/common/common.c @@ -354,9 +354,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 */