]> git.sur5r.net Git - u-boot/blobdiff - include/spl.h
treewide: Convert CONFIG_HOSTNAME to a string option
[u-boot] / include / spl.h
index c14448b8fc98a85c78b231647f948fb584c40ec2..5754012cd0391f5c138c95d26a6a394ab2adfded 100644 (file)
@@ -82,6 +82,7 @@ int spl_load_simple_fit(struct spl_image_info *spl_image,
 void preloader_console_init(void);
 u32 spl_boot_device(void);
 u32 spl_boot_mode(const u32 boot_device);
+int spl_boot_partition(const u32 boot_device);
 void spl_set_bd(void);
 
 /**