summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/omap_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-08-13 12:53:23 -0700
committerTom Rini <trini@ti.com>2012-09-27 09:48:38 -0700
commit8e1b836ec54846bedd0cabefc1cf6fbb1e3ae2e3 (patch)
treedb0086e89878c14a3db75d076562c7d16d9a75be /arch/arm/include/asm/omap_common.h
parent9f8a6e7ae71cf38aa340a5055a56fd0c4bd5e913 (diff)
downloadtalos-obmc-uboot-8e1b836ec54846bedd0cabefc1cf6fbb1e3ae2e3.tar.gz
talos-obmc-uboot-8e1b836ec54846bedd0cabefc1cf6fbb1e3ae2e3.zip
ARM: SPL: Rename omap_boot_device to spl_boot_device
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r--arch/arm/include/asm/omap_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index 65b566c037..336ac393a6 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -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*/
OpenPOWER on IntegriCloud