summaryrefslogtreecommitdiffstats
path: root/board/st/stm32f469-discovery/stm32f469-discovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/stm32f469-discovery/stm32f469-discovery.c')
-rw-r--r--board/st/stm32f469-discovery/stm32f469-discovery.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/st/stm32f469-discovery/stm32f469-discovery.c b/board/st/stm32f469-discovery/stm32f469-discovery.c
index 742fd67b98..c5df9b0d9c 100644
--- a/board/st/stm32f469-discovery/stm32f469-discovery.c
+++ b/board/st/stm32f469-discovery/stm32f469-discovery.c
@@ -45,11 +45,6 @@ u32 get_board_rev(void)
return 0;
}
-int board_early_init_f(void)
-{
- return 0;
-}
-
int board_init(void)
{
gd->bd->bi_boot_params = gd->bd->bi_dram[0].start + 0x100;