]> git.sur5r.net Git - u-boot/blobdiff - board/BuR/brxre1/board.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / BuR / brxre1 / board.c
index ca08f3cd90808e30572e0eb5f091c32123ffd407..41ed28b4bc51fbbd6557c11485bf4bbd899eaef9 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * board.c
  *
@@ -6,8 +7,6 @@
  * Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
  * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  */
 #include <common.h>
 #include <errno.h>
@@ -114,8 +113,6 @@ void am33xx_spl_board_init(void)
                0
        };
        do_enable_clocks(clk_domains, clk_modules_xre1specific, 1);
-       /* setup LCD-Pixel Clock */
-       writel(0x2, CM_DPLL + 0x34);
        /* power-OFF LCD-Display */
        gpio_direction_output(LCD_PWR, 0);