arm: Disable ATAGs support
[platform/kernel/u-boot.git] / board / st / stm32f429-discovery / stm32f429-discovery.c
index d0948b7..34f9d6b 100644 (file)
@@ -14,6 +14,8 @@
 #include <dm.h>
 #include <env.h>
 #include <init.h>
+#include <log.h>
+#include <asm/global_data.h>
 
 #include <asm/io.h>
 #include <asm/arch/stm32.h>
@@ -44,16 +46,6 @@ 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;