]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx6slevk: Remove get_board_rev()
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 29 Dec 2014 20:05:44 +0000 (18:05 -0200)
committerStefano Babic <sbabic@denx.de>
Tue, 30 Dec 2014 13:10:39 +0000 (14:10 +0100)
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: Fabio Estevam <fabio.estevam@freescale.com>
board/freescale/mx6slevk/mx6slevk.c

index 3834eec60e866f9da37d512770c53dc1bcdff7b5..838ea6c0f0d7713c70e626c2a9bb833b2ac5ede3 100644 (file)
@@ -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");