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

Simon Glass sjg at chromium.org
Tue Jul 18 14:00:43 UTC 2017


On 13 July 2017 at 06:49,  <patrice.chotard at st.com> wrote:
> From: Patrice Chotard <patrice.chotard at st.com>
>
> 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 <patrice.chotard at st.com>
> Reviewed-by: Vikas Manocha <vikas.manocha at st.com>
> ---
>  arch/arm/include/asm/arch-stm32f7/fmc.h    | 74 ------------------------------
>  board/st/stm32f746-disco/stm32f746-disco.c |  1 -
>  drivers/ram/stm32_sdram.c                  | 59 +++++++++++++++++++++++-
>  3 files changed, 58 insertions(+), 76 deletions(-)
>  delete mode 100644 arch/arm/include/asm/arch-stm32f7/fmc.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list