]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gateworks/gw_ventana/gw_ventana_spl.c
imx: ventana: add gpio setup to SPL
[karo-tx-uboot.git] / board / gateworks / gw_ventana / gw_ventana_spl.c
index 82078a0c5ed24823a6a162de1920f215d913b84e..cde04cfacc22a2ac4e3cb5b888c00e735636bbf0 100644 (file)
@@ -510,6 +510,9 @@ void board_init_f(ulong dummy)
        /* read/validate EEPROM info to determine board model and SDRAM cfg */
        board_model = read_eeprom(CONFIG_I2C_GSC, &ventana_info);
 
+       /* configure model-specific gpio */
+       setup_iomux_gpio(board_model, &ventana_info);
+
        /* provide some some default: 32bit 128MB */
        if (GW_UNKNOWN == board_model) {
                ventana_info.sdram_width = 2;