[U-Boot-Users] samsung 4510B in big endian mode

hello,guy
I have a cpu board with samsung 4510b. The cpu is set in big endian mode.
I also find there is a u-boot port with 4510b in u-boot cvs. But the u-boot.lds says:
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
what can i do ? Whether or not That just changing "elf32-littlearm" to "elf32-bigarm" is all over??

In message 20040921032540.127802B2B86@ws5-7.us4.outblaze.com you wrote:
I have a cpu board with samsung 4510b. The cpu is set in big endian mode.
I also find there is a u-boot port with 4510b in u-boot cvs. But the u-bo= ot.lds says:
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
what can i do ?
Obviously you have two options: run your board in little-endian mode, too, or adapt U-Boot to work in big-endian mode.
Whether or not That just changing "elf32-littlearm" to "elf32-bigarm" is all over??
I'd be really surprised if it was that simple.
Best regards,
Wolfgang Denk
participants (2)
-
gold ares
-
Wolfgang Denk