]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra-common/ap.c
ARM: tegra: Disable VPR
[karo-tx-uboot.git] / arch / arm / cpu / tegra-common / ap.c
index 91d70da6566161f7b83715a406b660246fe40984..a17dfd1e225ed39bfa58795bf1529bf7f825fc2f 100644 (file)
@@ -163,4 +163,7 @@ void s_init(void)
 
        /* init the cache */
        config_cache();
+
+       /* init vpr */
+       config_vpr();
 }