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

mx6ul_14x14_evk: Remove get_board_rev()


get_board_rev() is not actually providing the board revision.

It just returns the CPU revision instead.

As the CPU revision is already printed on boot, there is no
reason to have get_board_rev(), so let's remove it.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent d547e7ab
No related branches found
No related tags found
No related merge requests found
...@@ -631,11 +631,6 @@ int board_late_init(void) ...@@ -631,11 +631,6 @@ int board_late_init(void)
return 0; return 0;
} }
u32 get_board_rev(void)
{
return get_cpu_rev();
}
int checkboard(void) int checkboard(void)
{ {
if (is_mx6ul_9x9_evk()) if (is_mx6ul_9x9_evk())
......
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