vision2: Remove unused get_board_rev function
[oweals/u-boot.git] / board / xes / common / fsl_8xxx_misc.c
index b7fa6950b07c736bde4f9e5c17895cee5e1fbd12..36e9146654c941f89c3e8c149c02381d9135d0e4 100644 (file)
@@ -52,11 +52,9 @@ uint get_board_derivative(void)
 #endif
 
        /*
-        * The top 4 lines of the local bus address are pulled low/high and
-        * can be read to determine the least significant digit of a board's
-        * model number.
-        */
+       * The top 4 lines of the local bus address are pulled low/high and
+       * can be read to determine the least significant digit of a board's
+       * model number.
+       */
        return gur->gpporcr >> 28;
 }
-
-