From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 15 Aug 2013 12:57:22 -0700 Subject: [U-Boot] [U-Boot, 3/7, v10] powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL In-Reply-To: References: <1374738285-23184-3-git-send-email-ying.zhang@freescale.com> <520A8ED3.5060109@freescale.com> Message-ID: <520D32A2.50309@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/13/2013 07:49 PM, Zhang Ying-B40530 wrote: > Hi, York, > Because a patch that this patch needed hasn't been applied, I Don't know who should fix it: > http://patchwork.ozlabs.org/patch/252805/ > Ying, Please compile it on top of 85xx/master branch. I got this warning spl.c: In function 'board_init_r': spl.c:110:1: warning: 'noreturn' function does return [enabled by default] I think you should add __noreturn to the prototype of mmc_boot. York