]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/smdkc100/smdkc100.c
gpio:samsung s5p_ suffix add for GPIO functions
[karo-tx-uboot.git] / board / samsung / smdkc100 / smdkc100.c
index 1ad68b9c07d3ed3482e3f0ac76e413f14d944f6e..c41e610a43b494b5639ab74da86f7873ab46f4ad 100644 (file)
@@ -41,7 +41,7 @@ static void smc9115_pre_init(void)
                (struct s5pc100_gpio *)samsung_get_base_gpio();
 
        /* gpio configuration GPK0CON */
-       gpio_cfg_pin(&gpio->k0, CONFIG_ENV_SROM_BANK, GPIO_FUNC(2));
+       s5p_gpio_cfg_pin(&gpio->k0, CONFIG_ENV_SROM_BANK, GPIO_FUNC(2));
 
        /* Ethernet needs bus width of 16 bits */
        smc_bw_conf = SMC_DATA16_WIDTH(CONFIG_ENV_SROM_BANK);