ARM: OMAP5: Add functions to enable and disable EDMA3 clocks
[oweals/u-boot.git] / arch / arm / cpu / armv7 / am33xx / sys_info.c
index 781d83fc72a400f416d7c23b8f3f32b4b924af3a..52a6824cf592187dbb74d66bd8c41c17798f61b2 100644 (file)
@@ -50,15 +50,6 @@ u32 get_cpu_type(void)
        return partnum;
 }
 
-/**
- * get_board_rev() - setup to pass kernel board revision information
- * returns: 0 for the ATAG REVISION tag value.
- */
-u32 __weak get_board_rev(void)
-{
-       return 0;
-}
-
 /**
  * get_device_type(): tell if GP/HS/EMU/TST
  */