]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
mx53evk: Remove unused get_board_rev function
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 27 Oct 2011 01:29:41 +0000 (01:29 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 4 Nov 2011 21:06:37 +0000 (22:06 +0100)
No board information is passed for MX53EVK, so remove get_board_rev function.

Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Jason Liu <r64343@freescale.com>
board/freescale/mx53evk/mx53evk.c
include/configs/mx53evk.h

index eab9c5f7d4d7ebc56b2ce0eaaa47f1d45df5aad6..335661fd4120eb2edd8da73692a1498077978854 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-u32 get_board_rev(void)
-{
-       return get_cpu_rev();
-}
-
 int dram_init(void)
 {
        /* dram_init must store complete ramsize in gd->ram_size */
index 1de2bf236743d2ed84b7e6b0e5c289c8f62cc3e5..7c491360f2efc2357676ae746fb1721ff04327c3 100644 (file)
@@ -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