[U-Boot] [PATCH] ARC: Use elf32-bigarc in case of -EB

2018-05-31 Thread Alexey Brodkin
As it is stated in LD manual [1] the second entry in OUTPUT_FORMAT corresponds to "-EB" command-line option which for us is "elf32-bigarc". [1] https://sourceware.org/binutils/docs/ld/Format-Commands.html#Format-Commands Signed-off-by: Alexey Brodkin --- arch/arc/cpu/u-boot.lds | 2 +- 1 file c

[U-Boot] [PATCH] ARC: Use elf32-bigarc in case of -EB

2018-05-30 Thread Alexey Brodkin
As it is stated in LD manual [1] the second entry in OUTPUT_FORMAT corresponds to "-EB" command-line option which for us is "elf32-bigarc". [1] https://sourceware.org/binutils/docs/ld/Format-Commands.html#Format-Commands Signed-off-by: Alexey Brodkin --- arch/arc/cpu/u-boot.lds | 2 +- 1 file c