X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fkup%2Fcommon%2Fkup.c;h=d018e3cc5d73935dc6195f7640566cee53519b2f;hb=3754d6987cac587ba9278cb679d6d70d286dde76;hp=69ffa2c2c09291c3d4968ef25ace923ff01ea699;hpb=0608e04da9d0df5d00cf48a1d9141e2ea1bc9635;p=u-boot diff --git a/board/kup/common/kup.c b/board/kup/common/kup.c index 69ffa2c2c0..d018e3cc5d 100644 --- a/board/kup/common/kup.c +++ b/board/kup/common/kup.c @@ -70,3 +70,14 @@ 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