Home
last modified time | relevance | path

Searched hist:"90340 c87e5eed344f6f947661ff170c8369635db" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/sh/cpu/
H A Du-boot.lds90340c87e5eed344f6f947661ff170c8369635db Fri Jul 28 21:14:28 UTC 2017 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> arch/sh: allow building in big-endian mode

The SuperH architecture allows to be run in either little or big
endian mode. Some SuperH SoCs get the little vs. big endian decision
through mode pins sampled at reset, so if big endian has been choosen
by HW designers, it cannot be easily changed.

Therefore, it makes sense to allow building U-Boot for SuperH in big
endian mode. To allow this, the only change needed is to adjust the
OUTPUT_FORMAT() in the linker script.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>