From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 22 Jul 2009 00:38:20 -0400 Subject: [U-Boot] [PATCH v2] atmel_df_pow2: standalone to convert dataflashes to pow2 In-Reply-To: <1248234741.26278.10.camel@ptyser-laptop> References: <4A64DDA1.4090400@poczta.fm> <1248230369-26326-1-git-send-email-vapier@gentoo.org> <1248234741.26278.10.camel@ptyser-laptop> Message-ID: <200907220038.21747.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 21 July 2009 23:52:21 Peter Tyser wrote: > > examples/atmel_df_pow2.c > > examples/standalone/.gitignore > > examples/standalone/Makefile > > 3 files changed, 214 insertions(+), 0 deletions(-) > > create mode 100644 examples/atmel_df_pow2.c > > I think there will be some build issues since atmel_df_pow2.c is outside > the examples/standalone directory. I imagine you wanted to put > atmel_df_pow2.c inside examples/standalone? git's automerging isnt as smart as i'd like it sometimes > > --- a/examples/standalone/Makefile > > +++ b/examples/standalone/Makefile > > @@ -86,6 +86,10 @@ ELF = hello_world > > SREC = hello_world.srec > > BIN = hello_world.bin > > > > +ELF += atmel_df_pow2 > > +SREC += atmel_df_pow2.srec > > +BIN += atmel_df_pow2.bin > > These new files aren't going to compile for a lot of boards as is, some > conditional compilation will be necessary. you'll have to be a little more specific. this driver only uses common spi functions, so no, there shouldnt be any build failures. -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/20090722/de3d941d/attachment.pgp