Skip to content
Snippets Groups Projects
Commit 87e47e90 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

mx6slevk: Remove get_board_rev()


get_board_rev() just returns the cpu revision, which does not make it really
useful for distinguishing between revisions of the board.

Let's get rid of get_board_rev() as it is not being used with its correct
meaning.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 331ae846
No related branches found
No related tags found
No related merge requests found
......@@ -308,11 +308,6 @@ int board_init(void)
return 0;
}
u32 get_board_rev(void)
{
return get_cpu_rev();
}
int checkboard(void)
{
puts("Board: MX6SLEVK\n");
......
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