]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-tegra/board2.c
sniper: Serial number support, obtained from die ID
[karo-tx-uboot.git] / arch / arm / mach-tegra / board2.c
index 41e9341874e55b6a661f154b755dff4f6597b688..37953cfda8a1d43109646a9b69b16dad7cefddf8 100644 (file)
@@ -29,6 +29,7 @@
 #include <asm/arch-tegra/sys_proto.h>
 #include <asm/arch-tegra/uart.h>
 #include <asm/arch-tegra/warmboot.h>
+#include <asm/arch-tegra/gpu.h>
 #ifdef CONFIG_TEGRA_CLOCK_SCALING
 #include <asm/arch/emc.h>
 #endif
@@ -126,6 +127,8 @@ int board_init(void)
        clock_init();
        clock_verify();
 
+       config_gpu();
+
 #ifdef CONFIG_TEGRA_SPI
        pin_mux_spi();
 #endif