Skip to content
Snippets Groups Projects
Commit 39ff7d5f authored by Stefan Roese's avatar Stefan Roese Committed by Wolfgang Denk
Browse files

POST: Remove duplicated post_hotkey_pressed() functions


This patch introduces a weak default function for post_hotkey_pressed(),
returning 0, for boards without hotkey support. The long-running tests
won't be started on those boards. This default function was implemented
in many board directories. By implementing this weak default we can
remove all those duplicate versions.

Boards with hotkey support, can override this weak default function
by defining one in their board specific code.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 2a49bf31
Loading
Showing
with 0 additions and 220 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment