]> git.ipfire.org Git - people/ms/u-boot.git/commit
ram: stm32: migrate fmc defines in driver file
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 15:37:24 +0000 (17:37 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jul 2017 15:29:07 +0000 (11:29 -0400)
commit9242ece12babc9964f35bec798c6c9e50357dde9
treeb54e96b798ce213a46c73e4f079432c8b5f07c54
parent81d0128d2bec6aaa69d7f41c96a5a659075f79f7
ram: stm32: migrate fmc defines in driver file

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@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-stm32f7/fmc.h [deleted file]
board/st/stm32f746-disco/stm32f746-disco.c
drivers/ram/stm32_sdram.c