]> Git Repo - J-u-boot.git/commitdiff
mx53loco: Remove unused get_board_rev function
authorFabio Estevam <[email protected]>
Thu, 27 Oct 2011 01:29:44 +0000 (01:29 +0000)
committerAlbert ARIBAUD <[email protected]>
Fri, 4 Nov 2011 21:06:37 +0000 (22:06 +0100)
No board information is passed for MX53LOCO, so remove get_board_rev function.

Cc: Jason Liu <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Jason Liu <[email protected]>
board/freescale/mx53loco/mx53loco.c
include/configs/mx53loco.h

index 156f8b5a3aca81c070cac58baa7746d9d08d2526..b4c7f33f9304e4342f91a7981910f2ba28a6a812 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-u32 get_board_rev(void)
-{
-       return get_cpu_rev();
-}
-
 int dram_init(void)
 {
        u32 size1, size2;
index f35bac1b8f7f9fa402e792e5fc4d0cf632e5d3fa..d6990107db43de23734757ae253517a1e6dc9438 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/arch/imx-regs.h>
 
 #define CONFIG_CMDLINE_TAG
-#define CONFIG_REVISION_TAG
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
 
This page took 0.031176 seconds and 4 git commands to generate.