Merge git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / include / common.h
index c1f1712d5a3a4e3bfb0e8f78490b03788ebb77ae..83e4037a86d6d2796d6a831061c8ee86470f7f1f 100644 (file)
@@ -225,9 +225,6 @@ void        hang            (void) __attribute__ ((noreturn));
 int    timer_init(void);
 int    cpu_init(void);
 
-/* */
-int initdram(void);
-
 #include <display_options.h>
 
 /* common/main.c */
@@ -302,6 +299,13 @@ int print_cpuinfo(void);
 int update_flash_size(int flash_size);
 int arch_early_init_r(void);
 
+/*
+ * setup_board_extra() - Fill in extra details in the bd_t structure
+ *
+ * @return 0 if OK, -ve on error
+ */
+int setup_board_extra(void);
+
 /**
  * arch_fsp_init() - perform firmware support package init
  *