From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 7 Dec 2011 19:50:38 -0500 Subject: [U-Boot] [PATCH V9 4/4] omap-common/spl: Add linux boot to SPL In-Reply-To: <1323196478-14254-5-git-send-email-simonschwarzcor@gmail.com> References: <1323193179-9551-1-git-send-email-simonschwarzcor@gmail.com> <1323196478-14254-1-git-send-email-simonschwarzcor@gmail.com> <1323196478-14254-5-git-send-email-simonschwarzcor@gmail.com> Message-ID: <201112071950.39036.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 06 December 2011 13:34:38 Simon Schwarz wrote: > --- a/arch/arm/cpu/armv7/omap-common/spl.c > +++ b/arch/arm/cpu/armv7/omap-common/spl.c > > +void jump_to_image_linux(void *arg) > +{ > ... > +} > +void jump_to_image_linux(void *) __attribute__ ((noreturn)); no need for this. do it in one line: __noreturn void jump_to_image_linux(void *arg) { ... } (include linux/compiler.h if need be) -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: