[U-Boot] [PATCH v2 3/6] common: make abortboot available for menu use

Mike Frysinger vapier at gentoo.org
Fri Jun 24 00:59:40 CEST 2011


On Thursday, June 23, 2011 14:27:32 Jason Hobbs wrote:
> +#ifdef CONFIG_MENU
> +int abortboot(int bootdelay)
> +#else
>  static __inline__ int abortboot(int bootdelay)
> +#endif

more ifdef trickery here than necessary:
	#ifndef CONFIG_MENU
	static inline
	#endif
	int abortboot(int bootdelay)
	{
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110623/6703be5e/attachment.pgp 


More information about the U-Boot mailing list