Re: [U-Boot] [PATCH v2 0/5] STM32: Clean unused and factorize .h files in arch-stm32

2018-02-12 Thread Vikas Manocha
Great ! On 02/09/2018 04:09 AM, patrice.chot...@st.com wrote: > From: Patrice Chotard For the series, Reviewed-by: Vikas Manocha Cheers, Vikas > > Removes unused .h files in arch/arm/include/asm/arch-stm32xx > Factorize and clean some .h files

[U-Boot] [PATCH v2 0/5] STM32: Clean unused and factorize .h files in arch-stm32

2018-02-09 Thread patrice.chotard
From: Patrice Chotard Removes unused .h files in arch/arm/include/asm/arch-stm32xx Factorize and clean some .h files to avoid to duplicate defines in separate .h files V2: _ create arch/arm/include/asm/arch-stm32 directory and move gpio.h and stm32f.h in it.