[U-Boot-Users] Boot the kernel from a JFFS2 filesystem
Wolfgang Denk
wd at denx.de
Thu Mar 6 10:30:19 CET 2003
In message <IGEFJKJNHJDCBKALBJLLMEOCFKAA.joakim.tjernlund at lumentis.se> you wrote:
> > This could be solved with some (ugly):
> > #ifdef __powerpc__
> > #include <asm-ppc/byteorder.h>
> > #elif ....
>
> Or create a asm link in tools: ln -s ../asm-$HOSTARCH asm
You are aware that these are two _different_ solutions?
On a x86 host, the former would pull in the PPC version of
byteorder.h, while the latter would use the i386 version?
BTW: there is no tools/../asm-* ;-)
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
Everyting looks interesting until you do it. Then you find it's just
another job. - Terry Pratchett, _Moving Pictures_
More information about the U-Boot
mailing list