]> git.baikalelectronics.ru Git - uboot.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)
commitece048ddc6e67e301d42666184184a5b28dc6c2b
treeb54e96b798ce213a46c73e4f079432c8b5f07c54
parent51af5331857f9d976b9b03cc3a9e790bad748607
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