]> Git Repo - J-u-boot.git/blobdiff - include/spl.h
microblaze: Enable cache by default
[J-u-boot.git] / include / spl.h
index a90f971a2393eae6171ae001b723e8e62e1a41d5..e4640f3830b04a7adfbcdd259b1aac047eb7bde4 100644 (file)
@@ -374,6 +374,11 @@ void spl_invoke_atf(struct spl_image_info *spl_image);
  */
 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
 
+/**
+ * spl_invoke_opensbi - boot using a RISC-V OpenSBI image
+ */
+void spl_invoke_opensbi(struct spl_image_info *spl_image);
+
 /**
  * board_return_to_bootrom - allow for boards to continue with the boot ROM
  *
This page took 0.026118 seconds and 4 git commands to generate.