diff options
author | Tom Rini <trini@ti.com> | 2012-08-13 12:53:23 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-27 09:48:38 -0700 |
commit | 8e1b836ec54846bedd0cabefc1cf6fbb1e3ae2e3 (patch) | |
tree | db0086e89878c14a3db75d076562c7d16d9a75be /arch/arm/include | |
parent | 9f8a6e7ae71cf38aa340a5055a56fd0c4bd5e913 (diff) | |
download | u-boot-imx-8e1b836ec54846bedd0cabefc1cf6fbb1e3ae2e3.zip u-boot-imx-8e1b836ec54846bedd0cabefc1cf6fbb1e3ae2e3.tar.gz u-boot-imx-8e1b836ec54846bedd0cabefc1cf6fbb1e3ae2e3.tar.bz2 |
ARM: SPL: Rename omap_boot_device to spl_boot_device
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/omap_common.h | 2 |
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 65b566c..336ac39 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*/ |