summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap3
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-27 19:26:41 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:10:47 -0400
commitc5412b084bf95781c54463570f96059a1d99d363 (patch)
tree85b5c729ad05a6132ccedbae3cfdcec8b1a7e542 /arch/arm/include/asm/arch-omap3
parent41bccb814285047c7f0da2435c8c3af1c2fd7c5b (diff)
downloadtalos-obmc-uboot-c5412b084bf95781c54463570f96059a1d99d363.tar.gz
talos-obmc-uboot-c5412b084bf95781c54463570f96059a1d99d363.zip
omap3: String-based reboot mode handling
This switches reboot mode handling to a string-based interface, that allows more flexibility to set a common interface with the next generations of OMAP devices. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3')
-rw-r--r--arch/arm/include/asm/arch-omap3/omap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-omap3/omap.h b/arch/arm/include/asm/arch-omap3/omap.h
index 2c94a814ef..4044b8d725 100644
--- a/arch/arm/include/asm/arch-omap3/omap.h
+++ b/arch/arm/include/asm/arch-omap3/omap.h
@@ -260,9 +260,9 @@ struct omap_boot_parameters {
unsigned int boot_device_descriptor;
};
-char omap_reboot_mode(void);
+int omap_reboot_mode(char *mode, unsigned int length);
int omap_reboot_mode_clear(void);
-int omap_reboot_mode_store(char c);
+int omap_reboot_mode_store(char *mode);
#endif
#endif
OpenPOWER on IntegriCloud