]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/BuR/tseries/board.c
board/BuR/tseries: reactivate NAND-board
[karo-tx-uboot.git] / board / BuR / tseries / board.c
index 89e989f2467411341f34d3f437ee5f3d595f319a..d1d698e7d2489603d079037d77fc8d51a44b81b4 100644 (file)
@@ -128,6 +128,9 @@ void am33xx_spl_board_init(void)
        i2c_set_bus_num(0);
        i2c_init(CONFIG_SYS_OMAP24_I2C_SPEED, CONFIG_SYS_OMAP24_I2C_SLAVE);
        pmicsetup(0);
+
+       gpio_direction_output(64+29, 1); /* switch NAND_RnB to GPMC_WAIT1 */
+       gpio_direction_output(64+28, 1); /* switch MII2_CRS to GPMC_WAIT0 */
 }
 
 const struct dpll_params *get_dpll_ddr_params(void)