commit | edd95acf8d1c787e5b800608a0effb5b60fe9920 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Fri Feb 09 13:09:55 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:45:37 2018 -0400 |
tree | c17928ffef06807747a6e4ae26229d2091e206b7 | |
parent | 8e22927b4b87235c5401d4df896615a571b2af0a [diff] |
arch-stm32: Factorize stm32.h for STM32F4 and F7 For STM32F4 and F7 SoCx family, a specific stm32.h file exists. Some common defines are duplicated or even unused in each of these stm32.h. Factorize all common definition in arch/arm/include/asm/stm32f.h and keep specific definitions in each arch/arm/include/asm/arch-stm32fx/stm32.h. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>