aboutsummaryrefslogtreecommitdiff
path: root/board/st/stm32f746-disco
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/stm32f746-disco')
-rw-r--r--board/st/stm32f746-disco/stm32f746-disco.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/st/stm32f746-disco/stm32f746-disco.c b/board/st/stm32f746-disco/stm32f746-disco.c
index e1113a6989b..370db15bea9 100644
--- a/board/st/stm32f746-disco/stm32f746-disco.c
+++ b/board/st/stm32f746-disco/stm32f746-disco.c
@@ -51,8 +51,6 @@ int dram_init(void)
if (rv)
return rv;
- clock_setup(FMC_CLOCK_CFG);
-
rv = uclass_get_device(UCLASS_RAM, 0, &dev);
if (rv) {
debug("DRAM init failed: %d\n", rv);