From 9242ece12babc9964f35bec798c6c9e50357dde9 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 18 Jul 2017 17:37:24 +0200 Subject: 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 Reviewed-by: Vikas Manocha Reviewed-by: Simon Glass --- board/st/stm32f746-disco/stm32f746-disco.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/st') diff --git a/board/st/stm32f746-disco/stm32f746-disco.c b/board/st/stm32f746-disco/stm32f746-disco.c index e3b662ba72..f31768e62e 100644 --- a/board/st/stm32f746-disco/stm32f746-disco.c +++ b/board/st/stm32f746-disco/stm32f746-disco.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3