Explorar o código

mx53ard: Remove unused get_board_rev function

No board information is passed for MX53ARD, so remove get_board_rev function.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Fabio Estevam %!s(int64=13) %!d(string=hai) anos
pai
achega
d7f71414f4
Modificáronse 2 ficheiros con 0 adicións e 6 borrados
  1. 0 5
      board/freescale/mx53ard/mx53ard.c
  2. 0 1
      include/configs/mx53ard.h

+ 0 - 5
board/freescale/mx53ard/mx53ard.c

@@ -37,11 +37,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-u32 get_board_rev(void)
-{
-	return get_cpu_rev();
-}
-
 int dram_init(void)
 {
 	u32 size1, size2;

+ 0 - 1
include/configs/mx53ard.h

@@ -34,7 +34,6 @@
 #include <asm/arch/imx-regs.h>
 
 #define CONFIG_CMDLINE_TAG			/* enable passing of ATAGs */
-#define CONFIG_REVISION_TAG
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG