From: Fabio Estevam Date: Mon, 29 Dec 2014 20:05:44 +0000 (-0200) Subject: mx6slevk: Remove get_board_rev() X-Git-Tag: v2015.01~91^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=87e47e905887b91c0505495cc6bbab70ba266d51;p=oweals%2Fu-boot.git 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: Fabio Estevam --- diff --git a/board/freescale/mx6slevk/mx6slevk.c b/board/freescale/mx6slevk/mx6slevk.c index 3834eec60e..838ea6c0f0 100644 --- a/board/freescale/mx6slevk/mx6slevk.c +++ b/board/freescale/mx6slevk/mx6slevk.c @@ -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");