]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/pm9261.h
at91: switch coloured LED to gpio API
[karo-tx-uboot.git] / include / configs / pm9261.h
index f977e25b8737460846b08ba651d6b345df5fb68e..4a71927217c67a83a3dcdabfd068f4ac4d27b458 100644 (file)
 
 /* LED */
 #define CONFIG_AT91_LED
-#define        CONFIG_RED_LED          AT91_PIO_PORTC, 12
-#define        CONFIG_GREEN_LED        AT91_PIO_PORTC, 13
-#define        CONFIG_YELLOW_LED       AT91_PIO_PORTC, 15
+#define CONFIG_RED_LED         GPIO_PIN_PC(12)
+#define CONFIG_GREEN_LED       GPIO_PIN_PC(13)
+#define CONFIG_YELLOW_LED      GPIO_PIN_PC(15)
 
 #define CONFIG_BOOTDELAY       3