diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-07-15 16:02:24 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:02:07 -0400 |
commit | cfac375616c218d35a649240c5487b9331f50252 (patch) | |
tree | 4f07fdf9195b4c0f7878e7850a57934728660cd3 /arch/arm/include/asm/arch-omap3/sys_proto.h | |
parent | ed19bdaea3d70331de3cd93d0b21970fead97d39 (diff) | |
download | u-boot-imx-cfac375616c218d35a649240c5487b9331f50252.zip u-boot-imx-cfac375616c218d35a649240c5487b9331f50252.tar.gz u-boot-imx-cfac375616c218d35a649240c5487b9331f50252.tar.bz2 |
omap3: Definitions for SYS_BOOT-based fallback boot device selection
This introduces code to read the value of the SYS_BOOT pins on the OMAP3, as
well as the memory-preferred scheme for the interpretation of each value.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/sys_proto.h')
-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 cfa4d58..94f29fd 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -52,7 +52,6 @@ void set_muxconf_regs(void); u32 get_cpu_family(void); u32 get_cpu_rev(void); u32 get_sku_id(void); -u32 get_sysboot_value(void); u32 is_gpmc_muxed(void); u32 get_gpmc0_type(void); u32 get_gpmc0_width(void); |