summaryrefslogtreecommitdiffstats
path: root/board/st/stm32h743-eval/stm32h743-eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/stm32h743-eval/stm32h743-eval.c')
-rw-r--r--board/st/stm32h743-eval/stm32h743-eval.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/st/stm32h743-eval/stm32h743-eval.c b/board/st/stm32h743-eval/stm32h743-eval.c
index 405836aba3..4091d5f9fd 100644
--- a/board/st/stm32h743-eval/stm32h743-eval.c
+++ b/board/st/stm32h743-eval/stm32h743-eval.c
@@ -36,21 +36,11 @@ int dram_init_banksize(void)
return 0;
}
-int board_early_init_f(void)
-{
- return 0;
-}
-
u32 get_board_rev(void)
{
return 0;
}
-int board_late_init(void)
-{
- return 0;
-}
-
int board_init(void)
{
gd->bd->bi_boot_params = gd->bd->bi_dram[0].start + 0x100;