Re: [U-Boot] [PATCH] ARM: Allow cross endian linux boot Part 1/1

2008-12-15 Thread Wolfgang Denk
Dear Stefan Althoefer, In message <493846df.zrcph0cfyvcoo+pi%stefan.althoe...@web.de> you wrote: > [PATCH] ARM: Allow cross endian linux boot > > This patch adds the capability to boot a little endian linux > kernel on a big endian u-boot. This is usefull on IXP425 platform > which is always big-

[U-Boot] [PATCH] ARM: Allow cross endian linux boot Part 1/1

2008-12-04 Thread Stefan Althoefer
[PATCH] ARM: Allow cross endian linux boot This patch adds the capability to boot a little endian linux kernel on a big endian u-boot. This is usefull on IXP425 platform which is always big-endian in u-boot. To enable crossboot, define the environment variable "crossboot". This was done as I foun