commit | 7e82a693050d846e2be9c014236da6da60388061 | [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 | e2e28d2f26a39c44a143f8f4509f9e0d5b942062 [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>