davinci: omapl138_lcdk: switch to using common mmc args
[oweals/u-boot.git] / include / common.h
index c1f1712d5a3a4e3bfb0e8f78490b03788ebb77ae..26db67a034545ec0b2cd1be1015b85c6703a14a7 100644 (file)
@@ -302,6 +302,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
  *