diff options
author | Tom Rini <trini@ti.com> | 2011-11-18 12:48:02 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:38 +0100 |
commit | 50e7ff0369fc2720eb72feb50cce41d54dd1b2d8 (patch) | |
tree | a26e33ca6217f6c53442c490609b59b48d12881b /arch/arm/include | |
parent | 3bd8437dcce211bba51b306a9b71f9eec4a474c2 (diff) | |
download | u-boot-imx-50e7ff0369fc2720eb72feb50cce41d54dd1b2d8.zip u-boot-imx-50e7ff0369fc2720eb72feb50cce41d54dd1b2d8.tar.gz u-boot-imx-50e7ff0369fc2720eb72feb50cce41d54dd1b2d8.tar.bz2 |
OMAP3: Remove get_mem_type prototype
This function doesn't exist for omap3
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/sys_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index 995e7cb..9e64410 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -49,7 +49,6 @@ void set_muxconf_regs(void); u32 get_cpu_family(void); u32 get_cpu_rev(void); u32 get_sku_id(void); -u32 get_mem_type(void); u32 get_sysboot_value(void); u32 is_gpmc_muxed(void); u32 get_gpmc0_type(void); |