ARM: SPL: Rename omap_boot_device to spl_boot_device

Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini 2012-08-13 12:53:23 -07:00
parent 9f8a6e7ae7
commit 8e1b836ec5
6 changed files with 8 additions and 8 deletions

View file

@ -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*/