]> git.sur5r.net Git - u-boot/blobdiff - board/ti/am43xx/board.c
Merge git://git.denx.de/u-boot-rockchip
[u-boot] / board / ti / am43xx / board.c
index 2c417e75459c7741123bddc6d4f493bb4990f776..16150ad30a21155de8e9cc39399d9665beae125a 100644 (file)
@@ -580,6 +580,11 @@ int board_init(void)
        gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
        gpmc_init();
 
+       /*
+        * Call this to initialize *ctrl again
+        */
+       hw_data_init();
+
        /* Clear all important bits for DSS errata that may need to be tweaked*/
        mreqprio_0 = readl(&cdev->mreqprio_0) & MREQPRIO_0_SAB_INIT1_MASK &
                           MREQPRIO_0_SAB_INIT0_MASK;