Re: [U-Boot] [PATCH 1/6] ram: stm32: migrate fmc defines in driver file

2017-07-18 Thread Simon Glass
On 13 July 2017 at 06:49, wrote: > From: Patrice Chotard > > Migrate all FMC defines from arch/arm/include/asm/arch-stm32f7/fmc.h > to drivers/ram/stm32_sdram.c > > This will avoid to add an additionnal arch-stm32xx/fmc.h file when > a new stm32 family soc will be introduced. > > Signed-off-by:

[U-Boot] [PATCH 1/6] ram: stm32: migrate fmc defines in driver file

2017-07-13 Thread patrice.chotard
From: Patrice Chotard Migrate all FMC defines from arch/arm/include/asm/arch-stm32f7/fmc.h to drivers/ram/stm32_sdram.c This will avoid to add an additionnal arch-stm32xx/fmc.h file when a new stm32 family soc will be introduced. Signed-off-by: Patrice Chotard Reviewed-by: Vikas Manocha ---