From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 28 Aug 2008 12:07:41 -0500 Subject: [U-Boot] [PATCH] mtd: SPI Flash: Support the STMicro Flash In-Reply-To: <4791E710007FEB4BBF83775D787F462F07781152@az33exm22.fsl.freescale.net> References: <4791E710007FEB4BBF83775D787F462F07781152@az33exm22.fsl.freescale.net> Message-ID: <48B6DB5D.2030903@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 Liew Tsi Chung-R5AAHP wrote: > Scott, > > I do have -i8 included. So, which one I should edit by hand? The > " }," or " .xxxx =". Both. It should look like this: struct foo bar[] = { { .aoeu = AOEU1, .htns = HTNS1, }, { .aoeu = AOEU2, .htns = HTNS2, }, }; -Scott