sh: define CONFIG_DISPLAY_BOARDINFO to print board information
[oweals/u-boot.git] / include / spl.h
index e080a82b979dce663eadea7cca8126e7970c23b7..c727eb76d4276fe636e27789b9ce8fa8f6109333 100644 (file)
@@ -234,4 +234,7 @@ bool spl_was_boot_source(void);
  */
 int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr);
 
+int spl_mmc_load_image(struct spl_image_info *spl_image,
+                      struct spl_boot_device *bootdev);
+
 #endif