1
0
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:
Tom Rini
2012-08-14 09:19:44 -07:00
parent 8e1b836ec5
commit 37189a1958
5 changed files with 5 additions and 5 deletions

View File

@@ -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);