ARM: SPL: Rename omap_boot_device to spl_boot_device
[platform/kernel/u-boot.git] / arch / arm / include / asm / omap_common.h
index 65b566c..336ac39 100644 (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*/