mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 14:31:16 +02:00
ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
@@ -90,7 +90,7 @@ extern struct spl_image_info spl_image;
|
||||
|
||||
extern u32* boot_params_ptr;
|
||||
u32 spl_boot_device(void);
|
||||
u32 omap_boot_mode(void);
|
||||
u32 spl_boot_mode(void);
|
||||
|
||||
/* SPL common function s*/
|
||||
void spl_parse_image_header(const struct image_header *header);
|
||||
|
Reference in New Issue
Block a user