From: Fabio Estevam Date: Sun, 13 Sep 2015 16:06:45 +0000 (-0300) Subject: mx7dsabresd: Remove get_board_rev() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e0ece173045f9083ddc8997ee73db0099dabc634;p=project%2Fbcm63xx%2Fu-boot.git mx7dsabresd: 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: Fabio Estevam --- diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c index d7e4589cff..bb823f5342 100644 --- a/board/freescale/mx7dsabresd/mx7dsabresd.c +++ b/board/freescale/mx7dsabresd/mx7dsabresd.c @@ -485,11 +485,6 @@ int board_late_init(void) return 0; } -u32 get_board_rev(void) -{ - return get_cpu_rev(); -} - int checkboard(void) { puts("Board: i.MX7D SABRESD\n");