]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/at32ap/at32ap700x/gpio.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / at32ap / at32ap700x / gpio.c
index 56ba2f90c69a5c9ede9fc0c013f144ad0e6a3cee..91bb6365925bace840e8b3b28b4b963b1fbbc918 100644 (file)
@@ -33,8 +33,8 @@
  */
 void gpio_enable_ebi(void)
 {
-#ifdef CFG_HSDRAMC
-#ifndef CFG_SDRAM_16BIT
+#ifdef CONFIG_SYS_HSDRAMC
+#ifndef CONFIG_SYS_SDRAM_16BIT
        gpio_select_periph_A(GPIO_PIN_PE0, 0);
        gpio_select_periph_A(GPIO_PIN_PE1, 0);
        gpio_select_periph_A(GPIO_PIN_PE2, 0);