commit | 2536f18bfa22eacc8d39d5b68762374f4bca8986 | [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 | f36bcf23901df0ac607a7457ac0e08a1c81b6e34 [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>