commit | 9242ece12babc9964f35bec798c6c9e50357dde9 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 17:37:24 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:29:07 2017 -0400 |
tree | b54e96b798ce213a46c73e4f079432c8b5f07c54 | |
parent | 81d0128d2bec6aaa69d7f41c96a5a659075f79f7 [diff] |
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>