Skip to content
Snippets Groups Projects
Commit b58e1caf authored by Troy Kisky's avatar Troy Kisky
Browse files

rta: moving board_set_default_env to bd_common

parent ac933c25
No related branches found
No related tags found
No related merge requests found
......@@ -310,11 +310,6 @@ int board_init(void)
return 0;
}
void board_set_default_env(void)
{
bdcommon_env_init();
}
const struct button_key board_buttons[] = {
{"tp28", GP_TP28, 't', 1},
{NULL, 0, 0, 0},
......
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