diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-07-18 17:37:24 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-26 11:29:07 -0400 |
commit | 9242ece12babc9964f35bec798c6c9e50357dde9 (patch) | |
tree | b54e96b798ce213a46c73e4f079432c8b5f07c54 /board | |
parent | 81d0128d2bec6aaa69d7f41c96a5a659075f79f7 (diff) | |
download | u-boot-9242ece12babc9964f35bec798c6c9e50357dde9.zip u-boot-9242ece12babc9964f35bec798c6c9e50357dde9.tar.gz u-boot-9242ece12babc9964f35bec798c6c9e50357dde9.tar.bz2 |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/st/stm32f746-disco/stm32f746-disco.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/st/stm32f746-disco/stm32f746-disco.c b/board/st/stm32f746-disco/stm32f746-disco.c index e3b662b..f31768e 100644 --- a/board/st/stm32f746-disco/stm32f746-disco.c +++ b/board/st/stm32f746-disco/stm32f746-disco.c @@ -13,7 +13,6 @@ #include <asm/armv7m.h> #include <asm/arch/stm32.h> #include <asm/arch/gpio.h> -#include <asm/arch/fmc.h> #include <asm/arch/stm32_periph.h> #include <asm/arch/stm32_defs.h> #include <asm/arch/syscfg.h> |