X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fst%2Fstm32f429-evaluation%2Fstm32f429-evaluation.c;h=25472f041fef099adec80a2c9a045e3bbc8efeb7;hb=776bf6a5457eb0c61c367d1ee7e45733a1c72ed6;hp=96b4c25726327600e85b6eec02372ebb1eb3ca54;hpb=401d1c4f5d2d29c4bc4beaec95402ca23eb63295;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/st/stm32f429-evaluation/stm32f429-evaluation.c b/board/st/stm32f429-evaluation/stm32f429-evaluation.c index 96b4c25..25472f0 100644 --- a/board/st/stm32f429-evaluation/stm32f429-evaluation.c +++ b/board/st/stm32f429-evaluation/stm32f429-evaluation.c @@ -40,20 +40,8 @@ int dram_init_banksize(void) return 0; } -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; - return 0; }