]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/gpio/mxc_gpio.c
arm: mx6: add support for i.MX6ULL
[karo-tx-uboot.git] / drivers / gpio / mxc_gpio.c
index 38f0a6bffb14935becb2fd6cc98348269efd9f4f..5c8ee0f99b118a95f28b43bb01d2a61cb797e570 100644 (file)
@@ -50,7 +50,7 @@ static unsigned long gpio_ports[] = {
 #endif
 #endif
 #if defined(CONFIG_SOC_MX53) || defined(CONFIG_ARCH_MX6)
-#ifndef CONFIG_SOC_MX6UL
+#if !(defined(CONFIG_SOC_MX6UL) || defined(CONFIG_SOC_MX6ULL))
        [6] = GPIO7_BASE_ADDR,
 #endif
 #endif