mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
8e1b836ec5
commit
37189a1958
5 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue