mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
OMAP3: Remove get_mem_type prototype
This function doesn't exist for omap3 Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
3bd8437dcc
commit
50e7ff0369
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue