]> git.sur5r.net Git - u-boot/blobdiff - include/spl.h
sunxi: R40: add gigabit ethernet devicetree node
[u-boot] / include / spl.h
index c14448b8fc98a85c78b231647f948fb584c40ec2..8454ea7ad4308dc0ea971da6c449505ee5fad4a7 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2012
  * Texas Instruments, <www.ti.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #ifndef        _SPL_H_
 #define        _SPL_H_
@@ -82,6 +81,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);
 
 /**