From c8f787760ede974ec24407cc66966571384db606 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 12 Dec 2017 09:49:40 +0100 Subject: board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver Use available DM stm32f7_gpio.c and pinctrl_stm32.c drivers instead of board GPIO initialization. Remove stm32_gpio.c which is no more used and migrate structs stm32_gpio_regs and stm32_gpio_priv into arch-stm32f4/gpio.h to not break compilation. Signed-off-by: Patrice Chotard --- include/configs/stm32f429-discovery.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/stm32f429-discovery.h') diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 934acbcf987..1ad36986ae3 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -41,7 +41,6 @@ #define CONFIG_RED_LED 110 #define CONFIG_GREEN_LED 109 -#define CONFIG_STM32_GPIO #define CONFIG_STM32_FLASH #define CONFIG_STM32_HSE_HZ 8000000 -- cgit v1.2.3