mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
ARM: SPL: Rename omap_boot_device to spl_boot_device
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
9f8a6e7ae7
commit
8e1b836ec5
6 changed files with 8 additions and 8 deletions
|
@ -89,7 +89,7 @@ struct spl_image_info {
|
|||
extern struct spl_image_info spl_image;
|
||||
|
||||
extern u32* boot_params_ptr;
|
||||
u32 omap_boot_device(void);
|
||||
u32 spl_boot_device(void);
|
||||
u32 omap_boot_mode(void);
|
||||
|
||||
/* SPL common function s*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue