diff options
Diffstat (limited to 'board/kup/common')
| -rw-r--r-- | board/kup/common/kup.c | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/board/kup/common/kup.c b/board/kup/common/kup.c index fec5407bc..2418d59d8 100644 --- a/board/kup/common/kup.c +++ b/board/kup/common/kup.c @@ -70,14 +70,3 @@ void poweron_key (void)  	else  		setenv ("key1", "on");  } - -#ifdef CONFIG_POST -/* - * Returns 1 if keys pressed to start the power-on long-running tests - * Called from board_init_f(). - */ -int post_hotkeys_pressed (void) -{ -	return (0); -} -#endif |