diff options
| author | Vikas Manocha <[email protected]> | 2016-03-09 15:18:13 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-03-26 18:49:28 -0400 |
| commit | 9ecb0c416c68d3105bc9b6607bc8601cab2ecf35 (patch) | |
| tree | 049e372d9109963019def79dceebaf24d8713c2e /include/configs | |
| parent | f9d0fd8a566f78f27a510258c34b3526f9822e92 (diff) | |
stm32: stm32f4: move flash driver to mtd driver location
Same flash driver can be used by other stm32 families like stm32f7.
Better place for this driver would be mtd driver location.
Signed-off-by: Vikas Manocha <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/stm32f429-discovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 41f1b6938df..05e2363c5dd 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -47,6 +47,7 @@ #define CONFIG_GREEN_LED 109 #define CONFIG_STM32_GPIO +#define CONFIG_STM32_FLASH #define CONFIG_STM32_SERIAL #define CONFIG_STM32_HSE_HZ 8000000 |
