On Sun, 12 Aug 2007 19:26:27 +1000 David Gibson <[EMAIL PROTECTED]> wrote:
>
> On Fri, Aug 10, 2007 at 06:35:46PM -0700, Geoff Levand wrote:
> > 
> > We could also ship a generated .S file (dtc -O asm -o ps3-dt.S
> > ps3.dts), which would be easier to maintain in the source tree than a
> > binary file, then use something like this in the wrapper script:
> >   
> >   ${CROSS}gcc -c -o ${platform}-dt.o ${platform}-dt.S
> >   ${CROSS}objcopy -O binary ${platform}-dt.o ${platform}.dtb
> > 
> > Untested, but it seems like it would work.
> 
> Yes, I'm aware of that option and am considering it.

Seems like a better option than a binary blob ...

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgpE21qMFJqWD.pgp
Description: PGP signature

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to