Re: [U-Boot] FDT include file problems

2008-10-21 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <[EMAIL PROTECTED]> you wrote: > > > This patch seems to work for me: ... > This works for me too. Do you want to apply it directly? That would be > fastest and easiest. > > Acked-by: Gerald Van Baren <[EMAIL PROTECTED]> Thanks - I'll post a proper patch first

Re: [U-Boot] FDT include file problems

2008-10-20 Thread Jerry Van Baren
Wolfgang Denk wrote: > Dear Jerry Van Baren, > > In message <[EMAIL PROTECTED]> you wrote: >> Google hasn't been very helpful for answering the question of how to >> handle endian issues in userland (non-kernel) code. Hmmm. Grrr. Maybe >> I'm not asking it the right question. > > This patch

Re: [U-Boot] FDT include file problems

2008-10-20 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <[EMAIL PROTECTED]> you wrote: > > Google hasn't been very helpful for answering the question of how to > handle endian issues in userland (non-kernel) code. Hmmm. Grrr. Maybe > I'm not asking it the right question. This patch seems to work for me: diff --gi

Re: [U-Boot] FDT include file problems

2008-10-20 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <[EMAIL PROTECTED]> you wrote: > > ...and if I were not rushing so much, I would have found that myself > instead of looking stupid. :-( > > Google hasn't been very helpful for answering the question of how to > handle endian issues in userland (non-kernel) cod

Re: [U-Boot] FDT include file problems

2008-10-20 Thread Jerry Van Baren
Wolfgang Denk wrote: > Dear Jerry Van Baren, > > In message <[EMAIL PROTECTED]> you wrote: >>> ... >>> In file included from /home/wd/git/u-boot/include/libfdt_env.h:33, >>> from fdt.c:51: >>> /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel >>> header; in

Re: [U-Boot] FDT include file problems

2008-10-20 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <[EMAIL PROTECTED]> you wrote: > > > ... > > In file included from /home/wd/git/u-boot/include/libfdt_env.h:33, > > from fdt.c:51: > > /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel > > header; include instead! ... > Do

Re: [U-Boot] FDT include file problems

2008-10-19 Thread Jerry Van Baren
On Mon, Oct 20, 2008 at 12:01:59AM +0200, Wolfgang Denk wrote: > Hello, > > on some systems (for example Fedora Core 4) U-Boot builds with the > following wanrings only: > > ... > In file included from /home/wd/git/u-boot/include/libfdt_env.h:33, > from fdt.c:51: > /usr/include/a

[U-Boot] FDT include file problems

2008-10-19 Thread Wolfgang Denk
Hello, on some systems (for example Fedora Core 4) U-Boot builds with the following wanrings only: ... In file included from /home/wd/git/u-boot/include/libfdt_env.h:33, from fdt.c:51: /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include inst